gulp-generate
v1.0.4
Published
gulp project generator which makes your life easier!
Maintainers
Readme
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-generateyarn global add gulp-generateGenerating project :v:
gulp-generate <project_name>Development :wrench:
To enable Development version with live preview and changes catching, simply write:
gulpor
gulp devTo skip image optimization on start, type:
gulp liteProduction :inbox_tray:
To build your website write:
gulp buildConfiguration :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 – [email protected]
https://github.com/Karol-Waliszewski
