项目作者: vardrop

项目描述 :
a better license-checker than license-checker itself
高级语言: JavaScript
项目地址: git://github.com/vardrop/license-checker-cli.git
创建时间: 2018-02-09T07:34:25Z
项目社区:https://github.com/vardrop/license-checker-cli

开源协议:MIT License

下载


license-checker-cli

A sane cli for davglass/license-checker

Getting Started

This module was motivated by not polluting the global space if not necessary.

Also i like my licenses displayed in a table.

This is how we roll:

Installing

$ npm i [-g|-D] license-checker-cli

Usage

In a nodejs repo do $ license-checker-cli
This will give you some output like:

  1. license repository name @ version
  2. ...
  3. MIT https://github.com/sindresorhus/ansi-regex ansi-regex @ 0.2.1
  4. MIT https://github.com/sindresorhus/ansi-regex ansi-regex @ 2.0.0
  5. MIT https://github.com/sindresorhus/ansi-styles ansi-styles @ 1.1.0
  6. ...

Built With