paperclip-lint

0.0.8 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i paperclip-lint

Weekly Downloads

0

Version

0.0.8

License

BSD-2-Clause

Last publish

Collaborators

  • architectd
  • crcn