https://github.com/deebloo/get-licenses
Get all of the licenses/license-info about the open source libraries you have installed
https://github.com/deebloo/get-licenses
Last synced: 4 months ago
JSON representation
Get all of the licenses/license-info about the open source libraries you have installed
- Host: GitHub
- URL: https://github.com/deebloo/get-licenses
- Owner: deebloo
- Created: 2014-10-26T01:51:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:43:15.000Z (over 2 years ago)
- Last Synced: 2025-10-23T16:03:10.647Z (9 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Get Licenses
============
Get all of the licenses/license-info about the open source libraries you have installed.
```sh
npm install -g get-licenses
```
Single directory (will place the files in a licenses folder).
```sh
get_licenses node_modules
```
Multiple directories (will look for each directory and place the found files in the licenses folder).
```sh
get_licenses node_modules,app/bower_components
```
Multiple directories (will look for each directory and place the found files in your specified folder)
```sh
get_licenses node_modules,app/bower_components my_licenses
```