Skip to content
/ bp Public

A simple templating engine for commonly used project files.

Notifications You must be signed in to change notification settings

terror/bp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

$ 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`.

About

A simple templating engine for commonly used project files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published