/license-generator

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

Primary LanguageGoMIT LicenseMIT

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