@demtario/create-project-cli
v0.2.2
Published
A command-line tool for creating a new project from 'demtario/gulp-browsersync-php-template' boilerplate
Downloads
6
Readme
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