Skip to content

digikid/create-gulp-project

Repository files navigation

Create Gulp Project

Create Gulp Project

Configure projects based on gulp-project boilerplate.
Store your settings and setup new projects quickly.

English | Русский

Release version TypeScript MIT License

Install

npm i digikid/create-gulp-project --global --install-links

Run

Navigate to directory where you want to create project and run the command:

create-gulp-project

Through the command line, you can set project folder name:

create-gulp-project my-project

Usage

Before creating a new project you are prompted to complete a survey with a full list of params. Most of these are optional and do not change from project to project (for example, your contact information).

You can save optional params, after which they will be applied to all created projects if the -f flag is passed:

create-gulp-project my-project -f

Options

Option Description
-f, --force Skip filling optional params

Commands

Command Description
config Update optional params
help Display usage guide
restore Restore default params
version Print current package version

Update optional params

To save optional params, use config command and take the survey:

create-gulp-project config

For restore to default params, run restore command:

create-gulp-project restore

Help

The help command displays a help section with a list of available options and commands list:

create-gulp-project help

Version

You can check installed package version with version command:

create-gulp-project version

License

The MIT License (MIT)