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.
- MERN-stack
- React, Node, Express, MySQL
Download latest.tar.gz, then
npm install <path to boilertemp-2.0.1.tgz> --global
--help Opens help menu
--yes Use default and accepting all questions
--git Initialize git for selected template
--install Automatically install dependencies, prefer npm
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.