@m4rch/extract-licenses

0.1.1 • Public • Published

@m4rch/extract-licenses

quickly extract all licenses into a single LICENSES.md file

table of content

install

$ npm install @m4rch/extract-licenses

use

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-licenses

api

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

Package Sidebar

Install

npm i @m4rch/extract-licenses

Weekly Downloads

0

Version

0.1.1

License

Unlicense

Unpacked Size

6.27 kB

Total Files

7

Last publish

Collaborators

  • m4rch