https://github.com/ibodev1/genlic
Helper cli to generate LICENSE file to your local project.
https://github.com/ibodev1/genlic
acikkaynak generator license nodejs
Last synced: 2 months ago
JSON representation
Helper cli to generate LICENSE file to your local project.
- Host: GitHub
- URL: https://github.com/ibodev1/genlic
- Owner: ibodev1
- License: mit
- Created: 2023-02-28T13:45:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T09:00:56.000Z (about 2 years ago)
- Last Synced: 2024-04-25T14:21:25.658Z (about 1 year ago)
- Topics: acikkaynak, generator, license, nodejs
- Language: JavaScript
- Homepage: https://www.npmjs.com/genlic
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ```Gen```erate ```Lic```ense (genlic)
> Helper cli to generate LICENSE file to your local project.[](https://badge.fury.io/js/genlic)





# Installation
[Node.js](https://nodejs.org) Make sure you have version 14+ installed. Then run the following:```bash
npm install -g genlic@latest
```
or
```bash
yarn global add genlic@latest
```# Usage
```bash
genlic
```
or
```bash
npx genlic
```# Related
[license-generator](https://github.com/nexxeln/license-generator) - The project I suggested and inspired by Rust writers.