Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-07T09:00:56.000Z (over 1 year ago)
- Last Synced: 2024-04-25T14:21:25.658Z (7 months 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.[![npm version](https://badge.fury.io/js/genlic.svg)](https://badge.fury.io/js/genlic)
![NPM](https://img.shields.io/npm/l/genlic)
![GitHub Repo stars](https://img.shields.io/github/stars/ibodev1/genlic?style=social)
![node-current](https://img.shields.io/node/v/genlic)
![GitHub last commit](https://img.shields.io/github/last-commit/ibodev1/genlic)
![npm](https://img.shields.io/npm/dw/genlic)
![GitHub top language](https://img.shields.io/github/languages/top/ibodev1/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.