Skip to content

Go-based CLI tool for adding licenses to your open source projects, streamlining your workflow ๐Ÿš€

License

Notifications You must be signed in to change notification settings

abhijitxy/license-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

32 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

License Generator

License Generator Demo

Overview

With the License Generator ๐Ÿš€, you can streamline your workflow effortlessly. Instead of navigating through GitHubโ€™s interface ๐Ÿ–ฅ๏ธ, you simply run a command in your terminal to generate and add the license of your choice directly into your project ๐Ÿ› ๏ธ.

This tool eliminates the need for tedious manual steps, allowing you to focus more on writing code and less on administrative tasks ๐Ÿง‘โ€๐Ÿ’ป. Whether you're setting up a new repository or updating an existing one, the License Generator makes the process quick and hassle-free ๐ŸŽ‰.

Installation

Download the latest binary from the releases page.

# For Linux
wget https://github.com/abhijitxy/license-generator/releases/download/v1.0.0/license-generator-linux
chmod +x license-generator-linux
mv license-generator-linux /usr/local/bin/license-gen

Usage

license-gen

Contributing

  • Fork the repository
  • Create a branch
  • Install dependencies
go mod tidy
  • Build
 go build -o license-generator
  • Commit your changes and push to your branch
git commit -m "made an awesomeFix"
git push origin fix/awesomeFix
  • Open a pull request

About

Go-based CLI tool for adding licenses to your open source projects, streamlining your workflow ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages