jakoch/nginx-conf

A Nginx Conf parser and generator.

Installs: 1 519

Dependents: 0

Suggesters: 0

Security: 0

Stars: 11

Watchers: 6

Forks: 3

Open Issues: 0

pkg:composer/jakoch/nginx-conf

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

This package is auto-updated.

Last update: 2025-09-12 23:42: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)