nginx-config-parser
v0.1.1
Published
Parses nginx configs and converts back to strings
Downloads
9
Readme
Node nginx config
Should parse and stringify nginx configs so they can be modified programmatically. The bigger deal here is that it can read the config, rather than just write it.
Kept being an issue at work, so i decided to make this. Plus I've never written something with tokens before.