1.0.0 • Published 7 years ago

cuckoo-license-reporter v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cuckoo

Build Status

NPM

cuckoo is a license reporter of npm packages that the project installed.

Installation

You can install via npm.

$ npm install cuckoo-license-reporter --save-dev

Usage

// It's required to install target modules.
$ npm install

// write the result to the standard output.
$ $(npm bin)/cuckoo
1.0.0

7 years ago