1.0.2 • Published 7 years ago

sassg v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Sassg logo

sassg

Generator for Sass/SCSS

Build Status Build status

Installation

$ npm install -g sassg

Quick 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 foo

Create sass app:

$ sassg new foo --sass

Install dependencies:

$ npm install

Compile your styles:

$ npm start
$ grunt watch

Generate component:

$ sassg g foo

Command 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

License

MIT