2.0.4 • Published 7 years ago

nodelicensechecker v2.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

License Checker

A small Nodejs module to check waht licenses your application dependencies have.

Getting Started

To Download and install

npm install nodelicensechecker -D
or 
yarn add nodelicensechecker -D

Run nodelicensechecker

The requirments in your JS file to run the module

const LiscenseCheck = require('nodelicensechecker')
const check=LiscenseCheck();
check 

Configuration

the options that can be changed

location (defualt is "./node_modules"
File type (default is CSV)
Grouped results (default is false)

Authors

  • Gil Hoffman - Initial work

License

This project is licensed under the MIT License - see the README.md file for details

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago