sails-generate-foundation

1.0.5 • Public • Published

sails-generate-foundation

Configures Grunt to use foundation 6 front end framework for your Sails application.

Installation

$ npm install sails-generate-foundation

In your new project folder open .sailsrc file and make sure it has this generator configured like so:

{
  "generators": {
    "modules": {
      "foundation": "sails-generate-foundation"
    }
  }
}

Usage

On the command line

cd into your new project folder and run

$ sails generate foundation 

To customize your foundation installation, create a _settings.scss file somewhere in your assets/styles and add it in importer.scss at the top. More info: https://github.com/megakoresh/foundation6-sails

License

MIT © 2016 balderdashy & contributors

As for Sails? It's free and open-source under the MIT License.

image_squidhome@2x.png

Package Sidebar

Install

npm i sails-generate-foundation

Weekly Downloads

1

Version

1.0.5

License

MIT

Last publish

Collaborators

  • megakoresh