0.10.2 • Published 10 years ago

sails-generate-html v0.10.2

Weekly downloads
4
License
MIT
Repository
-
Last release
10 years ago

sails-generate-html

A client-side html template generator for use with the Sails command-line interface.

Usage

On the command line

To generate assets/templates/foo.html:

$ sails generate html foo

To generate assets/templates/shared/foo.html:

$ sails generate html shared/foo
What do generated templates look like?

Like this:

<!--
  shared/foobar.html
  (a client-side HTML template)
  ========================================
-->

<div>
  <em>new HTML template (shared/foobar.html)</em>
</div>

More Resources

License

MIT © 2014 balderdashy & contributors

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

image_squidhome@2x.png