0.0.5 w/ cli fixes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-31 17:53:13 +01:00
parent b34105be8a
commit 923a496ee7
4 changed files with 112 additions and 103 deletions

View File

@@ -13,13 +13,13 @@ yarn add @odit/license-exporter
npm i @odit/license-exporter
```
## Use
## CLI Usage
Export only your dependencies to json: `license-exporter --json`
Export all dependencies to json: `license-exporter --json --recursive`
Export only your dependencies to json: `licenseexporter --json`
Export all dependencies to json: `licenseexporter --json --recursive`
Export only your dependencies to markdown: `license-exporter --md`
Export all dependencies to markdown: `license-exporter --md --recursive`
Export only your dependencies to markdown: `licenseexporter --md`
Export all dependencies to markdown: `licenseexporter --md --recursive`
## Arguments
Arg | Description