0.0.8 • Published 10 years ago

paperclip-lint v0.0.8

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
10 years ago

paperclip lint is a command line utility that checks your paperclip templates to make sure they're compatible with all browsers. Build Status

CLI Usage:

pclint ./path/to/template.pc

javascript usage:

var pclint = require("paperclip-lint"),
report = pclint(templateTn);

console.log(report.warnings);
console.log(report.errors);