Blueprint

Overview

Blueprint (binary bp or blueprint) is a simple file scaffolding tool that lets you create files quickly based on user-defined templates.

Installation

Coming soon...

Usage

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

Commands

Init

`` Initializes the local repository for the user by creating a$HOME/.blueprint` directory.

Usage: bp init [OPTIONS]

Options: -f, --force -h, --help Print help ```

Make

``` Creates a blueprint template from a given file

Usage: bp make [OPTIONS]