@m4rch/extract-licenses
v0.1.1
Published
quickly extract all licenses into a single LICENSES.md file
Downloads
5
Readme
@m4rch/extract-licenses
quickly extract all licenses into a single LICENSES.md file
table of content
install
$ npm install @m4rch/extract-licensesuse
cli
$ extract-licenses -h
Description
quickly extract all licenses into a single LICENSES.md file
Usage
$ extract-licenses [options]
Options
-v, --version Displays current version
-h, --help Displays this message
Examples
$ extract-licensesapi
import extractLicenses from "@m4rch/extract-licenses"the imported command takes a single argument: the directory, which will default to process.cwd() and returns a promise, that will resolve, once it is done
