Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.