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 ๐.
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
license-gen
- 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