Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lirantal/licenseye
- Owner: lirantal
- License: mit
- Created: 2017-03-24T18:55:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T08:26:13.000Z (about 2 years ago)
- Last Synced: 2024-04-25T03:02:45.200Z (6 months ago)
- Topics: hacktoberfest-accepted, hacktoberfest2022, license, license-management, node-cli
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 39
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-israel - licenseye - Node.js CLI tool to visualize an aggregate list of your dependencies' licenses ![GitHub last commit](https://img.shields.io/github/last-commit/lirantal/licenseye?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/lirantal/licenseye?style=flat-square "GitHub top language") (Projects by main language / javascript)
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)