generator-sails-sass

Yeoman generator for SailsJS with SASS

Usage no npm install needed!

<script type="module">
  import generatorSailsSass from 'https://cdn.skypack.dev/generator-sails-sass';
</script>

README

SailsJS SASS generator Build Status

Yeoman generator for SailsJS with SASS- lets you quickly set up a SailsJS project with SASS.

Usage

Install sails (if you don't already have it) and generator-sails-sass:

npm install -g sails generator-sails-sass

Create a new Sails project, and cd into it:

sails new my-awesome-project && cd my-awesome-project

Run yo sails-sass:

yo sails-sass

Follow all the steps.

Create your main.scss file and include it in your layout or views :)

Todo

  • Create your sails project for you

License

MIT