Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 817 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 817 Bytes

Licensle

A command-line tool for collecting dependency licenses from a project.

Installing

ǹpm i -g licensle

Usage

> licensle --help
Usage: licensle [options]

Options:
  -V, --version                output the version number
  -g, --generate               generate a static license summary file
  -b, --browser                open up a browser and show generated static license summary file
  --no-browser                 prevents the browser from popping open
  -i, --info                   provides information about all direct dependency licenses
  -o, --outputFilePath <path>  specify path and name of the output file
  -v, --verbose                activate verbose logging 
  -h, --help                   output usage information

Maintainer