licenses-utils

0.1.1 • Public • Published

Licenses Utilities

Build Status NPM version

This node package contains multiple utilies to manage licenses: detect, list, ...

How to install it?

$ npm install licenses-utils

How to use it?

Include the library:

var licenses = require("licenses-utils");

Detect from a folder

licenses.detectFolder("./project", function(err, license) {
 
});

Detect from a string

var license = licenses.detect("...");

List all and return a specific one

var all = licenses.list();
 
var mit = licenses.get("mit");

Readme

Keywords

Package Sidebar

Install

npm i licenses-utils

Weekly Downloads

6

Version

0.1.1

License

Apache 2

Last publish

Collaborators

  • samypesse