generator-postcss-projects

A simple postcss yeoman generator to be immediately ready and productive!


Keywords
postcss, yeoman, template, css3, css, js, html, yeoman-generator, generator-postcss, gulp
License
MIT
Install
npm install generator-postcss-projects@1.1.3

Documentation

Postcss Yeoman Generator Build Status

Greenkeeper badge

Yeoman generator for Postcss projects

This generator makes for you production folder that contains Js, Html, Css and an awesome Gulp file ready to use for minify,beautify and live reload for browser.

Installation

Pre-requisites: You'll need node which comes with npm or yarn.

If you don't have Yeoman installed:

npm install -g yo

Install generator with npm or yarn

npm i generator-postcss-projects
yarn add generator-postcss-projects

Usage

yo postcss-projects

Drink an italian coffee and wait

What gulp file include?

Minify Css

gulp minify-css

Minify Html

gulp minify-html

Beautify Css

gulp css

Watcher

gulp poster

Compile ( Include minify, beautify )

gulp

Serve ( Open live reload in your browser )

gulp serve

Contributor

Thanks to Salvatore B. and Andrea Stagi to help me with troubleshooting.

License

MIT © Giulio Fagioli