underscorec

0.0.2 • Public • Published

underscorec

Command line precompilation for underscore.js templates.

Example

Given a file system like this:

views/
  layout.us
  home/
    index.us
    blah.us
  admin/
    dashboard.us

The following command:

underscorec views/ output.js

will compile the four underscore templates into the file output.js. The views are attached to a global templates object and named according to their path:

  • templates[layout]
  • templates[home/index]
  • templates[home/blah]
  • templates[admin/dashboard]

Testing

mocha --compilers coffee:coffee-script test/fs_tests.coffee

Readme

Keywords

none

Package Sidebar

Install

npm i underscorec

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • liammclennan