Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xhyrom/hyfee
Source code for hyfee, a discord bot for Hyro's Coffee.
https://github.com/xhyrom/hyfee
Last synced: 27 days ago
JSON representation
Source code for hyfee, a discord bot for Hyro's Coffee.
- Host: GitHub
- URL: https://github.com/xhyrom/hyfee
- Owner: xhyrom
- License: apache-2.0
- Created: 2023-05-12T20:17:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T12:17:40.000Z (8 months ago)
- Last Synced: 2024-10-06T05:41:11.607Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Source code for hyfee, a discord bot for Hyro's Coffee.
## Setup
1. Clone this repository: `git clone https://github.com/xHyroM/hyfee.git`
2. Navigate to the project directory: `cd hyfee`
3. Open the project in your favorite editor## Usage
- To build the project, run `go build`
## Contributing
To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).
1. Fork this repository
2. Create a new branch for your changes: `git checkout -b my-feature`
3. Commit your changes: `git commit -am "Add my feature"`
4. Push the branch: `git push origin my-feature`
5. Open a pull request## License
This project is licensed under the [Apache-2.0 License](LICENSE).