A CLI to create boilerplates.
npm install --global boilerplatter
or
yarn global add boilerplatter
boilerplatter <command> <options>
boilerplatter commands
- Goto the directory where you want to create a project.
- Type the following command in your terminal.
boilerplatter create <boilerplate_name> <project_name>
- Create a repository for the boilerplate.
- Add the required details in
./constants.js
file in theboilerplateRepositoryMapping
constant.
This version of boilerplatter contains the following boilerplates: