sails-generate-sass

0.0.51 • Public • Published

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

Package Sidebar

Install

npm i sails-generate-sass

Weekly Downloads

2

Version

0.0.51

License

MIT

Last publish

Collaborators

  • mrpetem