Skip to content

JesperBry/boilertemp-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.