m4rch3n1ng / extract-licenses

quickly extract all licenses into a single LICENSES.md file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@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

About

quickly extract all licenses into a single LICENSES.md file

License:The Unlicense


Languages

Language:JavaScript 100.0%