Arie van Luttikhuizen
Arie van Luttikhuizen
It'd be nice to be able to set settings for `pp` with keyword arguments instead of using a new `Config` instance when we want to use it differently. Perhaps something...
There's not a lot of reason to include `lex`, `format`, and `minify` in the README. They just clutter up the docs, create confusion about the point of `crossplane`, and keeping...
There's a bunch more things that need to be tested here. To name a few: - [x] test that errors are raised when absolute includes point to a path that...
Add docs
Add CLI
There's currently some scripts in the `cmd/` directory you can call like: ``` go run cmd/parse/main.go path/to/nginx.conf > nginx.conf.json go run cmd/build/main.go path/to/nginx.conf.json > nginx.conf ``` But they're not nearly...
I don't think it's important to export `lex`, but there should be a `Format` that parses a given config then re-builds it so it is formatted correctly just like how...
Currently embedded lua won't be handled like it is in the python version of crossplane. See: https://github.com/nginxinc/crossplane/blob/master/crossplane/ext/lua.py
It'd be nice to control multiple lights with a single command.
Add an module to handle address parsing. Maybe `usaddress` or `postal-address`?