nginx-conf icon indicating copy to clipboard operation
nginx-conf copied to clipboard

A Nginx Config parser and generator.

nginx-conf

Latest Stable Version Total Downloads Build Status License

A Nginx Config parser and generator.

Work in progress. Parser works. Generator not. Contributions welcome...

Todo

  • [x] Parser → Tree
  • [ ] Tree → TreeWalker
  • [ ] TreeWalker → PrettyPrinter (Tree to Text)
  • [ ] Generator → TreeWalker -> Tree (insert new Nodes, e.g single directive; server block)