licenselint

0.0.1 • Public • Published

licenselint Build Status

Figure out license you're using

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install licenselint --save

Tests

npm install
npm test

> licenselint@0.0.1 test /Users/daijiro.wachi/Development/licenselint
> node test.js
[
  {
    "name": "read-package-json",
    "license": "ISC",
    "version": "1.3.3"
  },
  {
    "name": "commander",
    "license": "MIT",
    "version": "2.8.1"
  }
]

Dependencies

  • commander: the complete solution for node.js command-line programs
  • read-package-json: The thing npm uses to read package.json files with semantics and defaults and validation

Dev Dependencies

License

MIT

Generated by package-json-to-readme

Readme

Keywords

Package Sidebar

Install

npm i licenselint

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • watilde