Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 967 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 967 Bytes

Generate License (genlic)

Helper cli to generate LICENSE file to your local project.

npm version NPM GitHub Repo stars node-current GitHub last commit npm GitHub top language

Installation

Node.js Make sure you have version 14+ installed. Then run the following:

npm install -g genlic@latest

or

yarn global add genlic@latest

Usage

genlic

or

npx genlic

Related

license-generator - The project I suggested and inspired by Rust writers.