Generate Licenses Effortlessly Right from Your Terminal

CLI TOOL

I needed a solution that would simplify this repetitive process and save me time. That's why I built a CLI tool that generates license files directly from the terminal. No more navigating through GitHub's interface or remembering to add a license at the last minute. With just a few commands, I can instantly create a license file for any project, making it easier to maintain consistency across all my repositories. This tool has become an essential part of my workflow, allowing me to focus more on coding and less on administrative tasks.

LICENSE GENERATOR

License Generator Demo

Installation

Download the latest binary from the releases page (opens in a new tab).

# 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

That's all for now! I hope you find this tool as useful as I do. If you have any questions about the implementation or need further explanation, feel free to DM me on X (opens in a new tab).

Your feedback is invaluable, so please share your thoughts and, if you enjoyed this project, leave a star on GitHub (opens in a new tab).

© abhijit.RSS