Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/terror/bp

A simple templating engine for commonly used project files.
https://github.com/terror/bp

template-engine utility

Last synced: 5 days ago
JSON representation

A simple templating engine for commonly used project files.

Awesome Lists containing this project

README

        

`bp` is a simple, ~200 loc (excluding tests!) templating engine for commonly
used project files.

#### Installation

```bash
$ curl https://raw.githubusercontent.com/terror/bp/master/bp.py -o /usr/local/bin/bp
$ chmod +x /usr/local/bin/bp
```

#### Usage

```
usage: bp.py [-h] [--use [NAMES]] [--list] [--interactive] [--save [NAMES]]

optional arguments:
--help, -h Show this help message and exit
--use, -u [NAMES] Use a file template.
--list, -l List all available templates.
--interactive, -i Be prompted for each variable in the files frontmatter.
--save, -s [NAMES] Save a template in `store`.
```