@hidoo/gulp-project-generator

0.19.0 • Public • Published

@hidoo/gulp-project-generator

Command line tool that generate gulp project scaffold.

Installation

$ npm install -g @hidoo/gulp-project-generator

Usage

basic:

$ gulp-project-generator /path/to/my-new-project

via npx (no need to install globally):

$ npx @hidoo/gulp-project-generator /path/to/my-new-project

Options

Usage: gulp-project-generator <dir> [options]

Options:

  -v, --version           output the version number
  --name <name>           set project name.
  --force                 Generate forcely even if <dir> is not empty.
  --no-interactive        Disable interactive interface.
  --multi-device          Enable multi-device mode.
  --conventional-commits  Set up tools for conventional commits.
  --no-css                Disable CSS build task.
  --no-css-deps           Disable CSS dependency build task.
  --no-html               Disable HTML build task.
  --no-image              Disable image optimize task.
  --no-js                 Disable JavaScript build task.
  --no-js-deps            Disable JavaScript dependency build task.
  --no-server             Disable local dev server.
  --no-sprite             Disable sprite sheet build task. (Enable forcely when --no-css specified.)
  --no-styleguide         Disable styleguide build task. (Enable forcely when --no-css specified.)
  --js-bundler [bundler]  Select JavaScript bundler. [browserify|rollup] (default: browserify)
  --sprite-type [type]    Select sprite sheet source type. [svg|image] (default: svg)
  --verbose               Enable output logs.
  -h, --help              output usage information

Test

$ yarn test

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-alpha.11next
0.19.01latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-alpha.11
1.0.0-alpha.00
0.19.01
0.18.00
0.17.00
0.16.00
0.15.00
0.14.10
0.14.00
0.13.00
0.12.01
0.11.00
0.10.00
0.9.00
0.8.40
0.8.30
0.8.20
0.8.10
0.8.00
0.7.00
0.6.20
0.6.10
0.6.00
0.5.00
0.4.00
0.3.00
0.2.10
0.2.00
0.1.10

Package Sidebar

Install

npm i @hidoo/gulp-project-generator

Weekly Downloads

3

Version

0.19.0

License

MIT

Unpacked Size

137 kB

Total Files

83

Last publish

Collaborators

  • hidoo