An open API service indexing awesome lists of open source software.

https://github.com/rustydaemon/check-license

Check license of all packages
https://github.com/rustydaemon/check-license

check-license license

Last synced: 8 days ago
JSON representation

Check license of all packages

Awesome Lists containing this project

README

          

# check-license

Just do a license check of your packages.

![Standart Output](images/standard_out.png)

## Installation

Install it globally : `npm install check-license -g`

## Usage

Do `check-license` from your project folder.

Additional commands:

* -v - verbose mode (prints every module with license type)

## Contributing

I'm still waiting for PRs 🐈

## License

Under MIT license.

## More screenshots

**Verbose mode**

![Verbose Output](images/verbose_out.png)