Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:43:15.000Z (about 1 year ago)
- Last Synced: 2024-10-18T23:10:48.244Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- 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
```