Skip to content

Latest commit

 

History

History
 
 

templates

<%= moduleName %>

A <%= generatorName %> generator for use with the Sails command-line interface.

Certain generators are installed by default in Sails, but they can be overridden. Other generators create entirely new things. Check the Sails docs for information on installing generator overrides / custom generators and information on building your own generators.

Installation

$ npm install <%= moduleName %>

Usage

On the command line
<% if (typeof usage === 'undefined') {
%>$ sails generate <%= generatorName %> <%
}
else {
%><%= usage %><%
}
%>

Development

To get started quickly and see this generator in action, ...

Also see CONTRIBUTING.md for more information on overriding/enhancing existing generators.

Questions?

See FAQ.md.

More Resources

License

MIT © <%= year %> <%= author %> & contributors

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

image_squidhome@2x.png