comb

Crates.iocomb
lib.rscomb
version0.2.0
sourcesrc
created_at2019-03-04 01:36:40.787456
updated_at2022-09-07 22:45:09.932735
descriptionCLI for the Handlebars templating engine
homepage
repositoryhttps://github.com/hwittenborn/comb
max_upload_size
id118557
size55,234
Kavplex Bot (kavplex)

documentation

README

Comb

This is the repository for Comb, a CLI for the Handlebars templating engine. Currently it just provides way to access environment variables from inside a Handlebars template.

Latest deployment status

Example

The user's home directory is {{ env.HOME }}

Installation

MPR (Debian/Ubuntu)

Comb is available in the MPR.

To install, run the following:

git clone 'https://mpr.makedeb.org/comb'
cd comb/
makedeb -si
Commit count: 7

cargo fmt