0.2.2 • Published 5 years ago

@demtario/create-project-cli v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

create-project-cli

This is a command-line tool for creating a boilerplate from demtario/gulp-browsersync-php-template

Instalation

Just install package below or use it with npx as described below

npm i -g @demtario/create-project-cli

Usage

Without installation

You can use tha package entering command below:

  npx @demtario/create-project-cli [package-name]

Instaled version

After installation you can run creator in whatever folder you want

create [package-name]

Both commands opens up a configuration dialog, where you can add additional info to your new project and choose whether you want to auto initial git commit or/and auto run npm install