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

/paperclip-lint/

    Package Sidebar

    Install

    npm i paperclip-lint

    Weekly Downloads

    1

    Version

    0.0.8

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • architectd
    • crcn