Skip to content
/ limpet Public

Limpet - Liquid Template CLI - http://limpet.io/

License

Notifications You must be signed in to change notification settings

bacoboy/limpet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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.

Download

There is a linux 64 bit pre-compiled binary available at bintray

Download

Usage

Compile

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