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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.8
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.8
    1
  • 0.0.7
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i paperclip-lint

Weekly Downloads

1

Version

0.0.8

License

BSD-2-Clause

Last publish

Collaborators

  • architectd
  • crcn