A liquid template command line tool.
Keep an eye on this github issue for details on which filters are implements or not. The list isn't as complete as I thought when I started this.
There is a linux 64 bit pre-compiled binary available at bintray
To compile for ubuntu/amazon linux:
% docker run --rm -v `pwd`:/source -ti schickling/rust cargo build --release
[snip]
% file target/release/limpet
target/release/limpet: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, not stripped
The binary will be target/release/limpet
and is currently under around 2MB
TODO: publish via Travis-CI