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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T08:26:13.000Z (over 2 years ago)
- Last Synced: 2024-10-29T19:53:39.312Z (6 months ago)
- Topics: hacktoberfest-accepted, hacktoberfest2022, license, license-management, node-cli
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 40
- 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   (Projects by main language / javascript)
README
# licenseye
[](https://www.npmjs.org/package/licenseye)
[](https://www.npmjs.org/package/licenseye)
[](https://www.npmjs.org/package/licenseye)
[](https://github.com/lirantal/licenseye/actions/workflows/main.yml)[](https://snyk.io/advisor/npm-package/licenseye)
Node.js CLI tool to visualize an aggregate list of your project's dependencies' licenses.

# 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)