2.0.1 • Published 4 years ago

boilerplatter v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

boilerplatter

A CLI to create boilerplates.

Installation

npm install --global boilerplatter

or

yarn global add boilerplatter

Usage

boilerplatter <command> <options>

List of commands

boilerplatter commands

Create a project from a boilerplate

  • Goto the directory where you want to create a project.
  • Type the following command in your terminal.
boilerplatter create <boilerplate_name> <project_name>

Adding boilerplates to this project

  • Create a repository for the boilerplate.
  • Add the required details in ./constants.js file in the boilerplateRepositoryMapping constant.

v2.0.0

This version of boilerplatter contains the following boilerplates:

  1. react-typescript-starter
  2. react-typescript-splitchunks-starter
2.0.1

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago