0.19.0 • Published 1 month ago

@hidoo/gulp-project-generator v0.19.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

@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

$ pnpm test

License

MIT

1.0.0-alpha.1

1 month ago

1.0.0-alpha.0

3 months ago

0.19.0

3 years ago

0.18.0

3 years ago

0.17.0

3 years ago

0.16.0

3 years ago

0.15.0

4 years ago

0.14.1

4 years ago

0.14.0

4 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.4

5 years ago

0.8.3

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago