wrouesnel / p2cli

pongo2 cli - like the j2cli package in python, but compiles to self-contained go executables
GNU General Public License v2.0
87 stars 19 forks source link

Release 2 updates. #4

Closed wrouesnel closed 8 years ago

wrouesnel commented 8 years ago

These updates bring us along to release 2. The most notable changes are we've updated pongo2 to release 2 which has the split() filter, which is important for our use case.

Environment variable file handling has also been redone - we now handle shell-quotes properly via the go-shellquote library.

Finally: integration tests! Simple, but should catch any obvious regressions like breaking the entire product.