Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackw01/npm-license-scraper
Wrapper around npm-license-crawler to download and export text of licenses in JSON format
https://github.com/jackw01/npm-license-scraper
Last synced: about 5 hours ago
JSON representation
Wrapper around npm-license-crawler to download and export text of licenses in JSON format
- Host: GitHub
- URL: https://github.com/jackw01/npm-license-scraper
- Owner: jackw01
- License: mit
- Created: 2019-09-09T22:48:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T17:58:24.000Z (over 1 year ago)
- Last Synced: 2024-10-25T22:29:32.758Z (13 days ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# npm-license-scraper
npm-license-scraper is a wrapper around [npm-license-crawler](https://github.com/mwittig/npm-license-crawler) to download and export text of licenses for your project's dependencies in JSON format.
## Usage
* `npm i -g npm-license-scraper`
* Run `npm-license-scraper` in your project folder to generate a JSON file containing the full text of licenses used by your project's dependencies.