1.0.4 • Published 4 years ago

gulp-generate v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Gulp Generate

About

This generator produces every file needed for convenient web development less advanced things. Also provides benefits like image optimization and hot reload.

Getting Started :bulb:

Installation :zap:

Install globally gulp-generate with npm or yarn:

npm install -g gulp-generate
yarn global add gulp-generate

Generating project :v:

gulp-generate <project_name>

Development :wrench:

To enable Development version with live preview and changes catching, simply write:

gulp

or

gulp dev

To skip image optimization on start, type:

gulp lite

Production :inbox_tray:

To build your website write:

gulp build

Configuration :gear:

Simply change values in gulpfile.js:

// ------- EDIT SECTION ------- //

var distDir = "dist",
  buildDir = "docs",
  srcDir = "src",
  assetsDir = "img";

var imageQuality = {
  jpg: 80, // 0 - 100%
  png: 6 // 1 - 7
};

// ----------- END ----------- //

Meta

Karol Waliszewski – karolwaliszewski@gmail.com

https://github.com/Karol-Waliszewski

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago