mllc

0.0.3 • Public • Published

mllc

Dependency Status

max line length checker

CLI Usage

$ mllc -l 100 '**/*.js'

API Usage

var m = mllc('**/*.js', function (err, result) {
  if (err) throw err
  console.log(result)
})

Install

$ npm install -g mllc

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mllc

    Weekly Downloads

    3

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • tellnes