Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lirantal/licenseye

Node.js CLI tool to visualize an aggregate list of your dependencies' licenses
https://github.com/lirantal/licenseye

hacktoberfest-accepted hacktoberfest2022 license license-management node-cli

Last synced: 12 days ago
JSON representation

Node.js CLI tool to visualize an aggregate list of your dependencies' licenses

Awesome Lists containing this project

README

        

# licenseye

[![view on npm](http://img.shields.io/npm/v/licenseye.svg)](https://www.npmjs.org/package/licenseye)
[![view on npm](http://img.shields.io/npm/l/licenseye.svg)](https://www.npmjs.org/package/licenseye)
[![npm module downloads](http://img.shields.io/npm/dt/licenseye.svg)](https://www.npmjs.org/package/licenseye)
[![Node.js CI](https://github.com/lirantal/licenseye/actions/workflows/main.yml/badge.svg)](https://github.com/lirantal/licenseye/actions/workflows/main.yml)

[![licenseye](https://snyk.io/advisor/npm-package/licenseye/badge.svg)](https://snyk.io/advisor/npm-package/licenseye)

Node.js CLI tool to visualize an aggregate list of your project's dependencies' licenses.

![licenseye-screencast](https://media.giphy.com/media/y1D0SLr9kQ9l6/giphy.gif)

# Install

#### Yarn
```bash
yarn global add licenseye
```

#### NPM
```bash
npm install -g licenseye
```

# Usage

In any valid Node.js project that contains a *node_modules/* directory you can run licenseye:

```bash
$ licenseye
```

# Related

* [licensewatch](https://github.com/lirantal/licensewatch) - event-emitter Node.js library that recurses a *node_modules/* directory to fetch license information.

# License

MIT @ [Liran Tal](https://github.com/lirantal)