hacktivist123 / goignore

A lightweight CLI tool for generating .gitignore file in your project. Built with Go and ❤️
MIT License
29 stars 6 forks source link

Should be binary file #8

Closed quamejnr closed 1 year ago

quamejnr commented 1 year ago

Since the software should allow you to generate multiple files I wanted you to consider making it a binary file instead of a package. That way one can just download the file and generate their gitignore file on any project without having to install golang

hacktivist123 commented 1 year ago

Saw you sent a fix for this, thanks mate. Will merge

quamejnr commented 1 year ago

Was hoping github actions will be created so any new push will create an executable file that can be downloaded. Not too familiar with it, saw this online, don't know if it will be helpful. Saw these examples https://github.com/wangyoucao577/go-release-action/wiki/More-Examples They might be helpful

hacktivist123 commented 1 year ago

Just created an action to just build the project for now.

You're correct WTH your suggestion, I'll implement it over the weekend.