jakoch/nginx-conf

A Nginx Conf parser and generator.

v0.1.0 2015-09-14 21:25 UTC

This package is auto-updated.

Last update: 2024-04-12 20:05:32 UTC


README

Latest Stable Version Total Downloads Build Status License

A Nginx Config parser and generator.

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

Todo

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