1.0.2 • Published 8 years ago
sassg v1.0.2
sassg
Generator for Sass/SCSS
Installation
$ npm install -g sassgQuick Start
The quickest way to get started with sassg is to utilize the executable sass(1) to generate an application as shown below:
Create the app:
$ sassg new fooCreate sass app:
$ sassg new foo --sassInstall dependencies:
$ npm installCompile your styles:
$ npm start$ grunt watchGenerate component:
$ sassg g fooCommand Line Options
This generator can also be further configured with the following command line flags.
-h, --help output usage information
--version output the version number
new [value] create new sass/scss project
-s, --sass use sass stylesheet (defaults to scss)
-u, --unit specify units (px|em|rem) (defaults to px)
g, generate generate component
-f, --force force on non-empty directory