Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piger/nginxp
- Owner: piger
- License: other
- Created: 2021-06-27T19:08:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T11:06:51.000Z (over 1 year ago)
- Last Synced: 2024-10-12T04:22:09.443Z (about 1 month ago)
- Topics: nginx
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)