0.0.51 • Published 9 years ago

sails-generate-sass v0.0.51

Weekly downloads
10
License
MIT
Repository
-
Last release
9 years ago

sails-generate-sass

A sails-sass generator for use with the Sails command-line interface.

Certain generators are installed by default in Sails, but they can be overridden. Other generators create entirely new things. Check the Sails docs for information on installing generator overrides / custom generators and information on building your own generators.

Installation

$ npm install sails-generate-sass

Then edit the .SAILSRC file in your project and add the following:

{
  "generators": {
    "modules": {
    "sails-sass": "sails-generate-sass" // Add This Line
    }
  }
}

Usage

On the command line
$ sails generate sails-sass 

Questions?

See FAQ.md.

More Resources

0.0.51

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.10.1

9 years ago

0.10.0

9 years ago