Blueprint (binary bp
or blueprint
) is a simple file scaffolding tool that lets you create files quickly based on user-defined templates.
Coming soon...
``` A simple cli for creating files from templates
Usage: bp
Commands: create Creates a file from a blueprint init Initializes tool by creating the .blueprint directory for you make Creates a blueprint .json file from a given file save Saves a blueprint .json file to the .blueprint folder on disk help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help ```
``
Initializes the local repository for the user by creating a
$HOME/.blueprint` directory.
Usage: bp init [OPTIONS]
Options: -f, --force -h, --help Print help ```
``` Creates a blueprint template from a given file
Usage: bp make [OPTIONS]
Arguments: The file to use as the template
Options:
-n, --name
``` Creates a file from a blueprint template
Usage: bp create
Arguments:
Options: -h, --help Print help ```
``` Saves a blueprint template file to the local blueprint repository
Usage: bp save
Arguments:
Options: -h, --help Print help ```