Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 12, 2019 06:46 pm GMT

I Generated a License Generator Plugin for Git

Hi. I generated a license generator plugin for Git. All contributions are welcome

You can find it on GitHub: https://github.com/foss-dev/git-license-generator

Installation

There are two ways to install this plugin

Manual Installation

git clone https://github.com/foss-dev/git-license-generatorcd git-license-generatorsudo mv git-licenses/* /usr/local/bin/sudo mv git-generate-license /usr/local/bin/

Direct Installation

Just copy and paste this one-line command:

$ bash -c  "$(wget -qO- https://git.io/fj2J9)" 

Or, if you are a Mac user:

$ bash -c  "$(curl -sLo- https://git.io/fj2J9)"

Usage

Select license

git generate-license -s

Original Link: https://dev.to/aligoren/i-generated-a-license-generator-plugin-for-git-44lf

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To