Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piger/nginxp

experimental NGINX configuration parser
https://github.com/piger/nginxp

nginx

Last synced: 7 days ago
JSON representation

experimental NGINX configuration parser

Awesome Lists containing this project

README

        

# nginxp

![go test](https://github.com/piger/nginxp/actions/workflows/go-test.yml/badge.svg)

An experimental parser for the NGINX configuration format.

A lot of this code is copied or inspired by Go's `text/template`; I'm not good at writing parsers.

**NOTE**

You should not use this code and instead check out these projects:

- [nginxinc/crossplane](https://github.com/nginxinc/crossplane/)
- [aluttik/go-crossplane](https://github.com/aluttik/go-crossplane)
- [jamesog/nginxfmt](https://github.com/jamesog/nginxfmt)