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