https://github.com/knutkirkhorn/has-license-cli
Check if a repository has a license CLI
https://github.com/knutkirkhorn/has-license-cli
checker cli cli-app license nodejs
Last synced: 7 months ago
JSON representation
Check if a repository has a license CLI
- Host: GitHub
- URL: https://github.com/knutkirkhorn/has-license-cli
- Owner: knutkirkhorn
- License: mit
- Created: 2018-01-11T19:00:14.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T22:45:43.000Z (over 2 years ago)
- Last Synced: 2025-03-06T06:51:25.855Z (8 months ago)
- Topics: checker, cli, cli-app, license, nodejs
- Language: JavaScript
- Size: 111 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# has-license-cli
> Check if a repository has a license CLI
## Installation
```
npm install --global has-license-cli
```
## Usage
```
$ has-license --help
Usage
$ has-license
Examples
$ has-license
$ has-license https://github.com/knutkirkhorn/has-license
$ has-license C:\Users\Knut\Documents\GitHub\has-license
```
## Related
- [has-license](https://github.com/knutkirkhorn/has-license) - API for this module
- [gh-repo-has-license](https://github.com/knutkirkhorn/gh-repo-has-license) - Check if a GitHub repository has a license
- [default-branch](https://github.com/knutkirkhorn/default-branch) - Get the default branch of a GitHub repository