Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.31 KB

CLI-boilertemp_logo



boilertemp-CLI

A Command line interface to kickstart your coding. The boilertemp-CLI lets you create boilerplate-code from templates, and is a easy way to get going fast.

Included boilerplates (option to add Redux to all):

  • MERN-stack
  • React, Node, Express, MySQL

Get started

Installation

Download latest.tar.gz, then

npm install <path to boilertemp-2.0.1.tgz> --global

Available flags

--help      Opens help menu

--yes       Use default and accepting all questions
--git       Initialize git for selected template
--install   Automatically install dependencies, prefer npm

How to use

Run boilertemp, in a new project directory, add args/flags if needed. Select the boilerplate/template you want, and wait until the process is done.

If you need help?
     Run boilertemp --help for tips.