sassg

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i sassg

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ravid7000