paperclip-lint
v0.0.8
Published
paperclip-lint ==============
Readme
paperclip lint is a command line utility that checks your paperclip templates to make sure they're compatible with all browsers. 
CLI Usage:
pclint ./path/to/template.pcjavascript usage:
var pclint = require("paperclip-lint"),
report = pclint(templateTn);
console.log(report.warnings);
console.log(report.errors);