logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sails Generate - Create MVC Apps | Online Free DevTools by Hexmos

Generate MVC applications with Sails. Quickly create APIs, controllers, and models. Free online tool, no registration required.

sails

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}}

See Also