A parameterizable entity generator for sails.js that uses inheritance rather than copy/paste. Makes it easy to create extensible sails.js modules by generating module stubs for models, views, controllers, policies, and services, without copying the entire file contents.
$ npm install sails-generate-entities --save
$ sails generate generate-entities-api
MIT