This repository has been archived on 2021-03-09 . You can view files and clone it, but cannot push or open issues or pull requests.
ODIT.Services - License Exporter
A simple license exporter that crawls your package.json and provides you with information about your dependencies' licenses. You can export this information into json and markdown.
Install
Via yarn/npm:
yarn add @odit/license-exporter
# Or
npm i @odit/license-exporter
Use
Export only your dependencies to json: license-exporter --json
Export all dependencies to json: license-exporter --json --recursive
Export only your dependencies to markdown: license-exporter --md
Export all dependencies to markdown: license-exporter --md --recursive
Arguments
Arg | Description |
---|---|
--help |
View the help dialog |
--recursive |
Include all dependencies' subdependencies |
--json |
Exports the license information into ./licenses.json as json |
--md |
Exports the license information into ./licenses.md as markdow |
Description
Languages
JavaScript
100%