templatizer
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name": "templatizer", | ||
"description": "Simple solution for compiling jade templates into vanilla JS functions for blazin' fast client-side use.", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
"bin": "./bin/cli", | ||
"bugs": "https://github.com/HenrikJoreteg/templatizer/issues", | ||
@@ -22,2 +23,3 @@ "contributors": [ | ||
"jade": "^1.3.0", | ||
"minimist": "^0.1.0", | ||
"uglify-js": "^2.4.0", | ||
@@ -24,0 +26,0 @@ "underscore": "^1.5.1", |
@@ -38,3 +38,3 @@ # templatizer.js | ||
Complies down to a JS file that looks something like this: | ||
Compiles down to a JS file that looks something like this: | ||
@@ -105,2 +105,10 @@ ```js | ||
## CLI | ||
Templatizer comes with a bin script to use from makefiles/package.json scripts/etc, it works like this: | ||
``` | ||
$ templatizer -d path/to/templates -o /path/to/output/templates.js | ||
``` | ||
## Sample? | ||
@@ -107,0 +115,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179179
47
130
8
+ Addedminimist@^0.1.0
+ Addedminimist@0.1.0(transitive)