Verify that you have Rust installed:
$ rustc --version
If rust
is not installed, follow the instructions on the Offical Rust website.
Clone this repository:
$ git clone https://github.com/humblepenguinn/tmplt.git
$ cd tmplt
Build the project:
$ cargo build
Now, Check to see if it worked:
$ cargo run -- version
You can also install the project:
$ cargo install --path .
$ tmplt version