UNPKG
utc
Version:
latest (0.1.0)
0.1.0
Simple underscore.js template compiler.
github.com/nowamasa/utc
nowamasa/utc
utc
/
index.js
10 lines
(9 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/* * utc * https://github.com/masa/utc * * Copyright (c) 2012 nowamasa * Licensed under the MIT license. */
require
('coffee-script');
require
('./lib/cli')();