System Grab Bag

View all TLDR pages from common (or from all pages)

sails

Sails.js is a realtime enterprise level MVC framework built on top of Node.js. More information: https://sailsjs.com.
  • Start Sails:
    sails lift
  • Create new Sails project:
    sails new {{projectName}}
  • Generate Sails API:
    sails generate {{name}}
  • Generate Sails Controller:
    sails generate controller {{name}}
  • Generate Sails Model:
    sails generate model {{name}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.