Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny0826/quick-random-events
https://github.com/sunny0826/quick-random-events
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunny0826/quick-random-events
- Owner: sunny0826
- License: apache-2.0
- Created: 2023-02-13T01:37:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T02:17:29.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T03:31:22.485Z (7 months ago)
- Language: Go
- Size: 7.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quick-random-events
quick-random-events is a Go project that generate a random result based on a configuration file.
## Installation
To install quick-random-events, you need to have Go environment installed and set up variables such as GOPATH. Then, you can use the following command:
```console
go get github.com/sunny0826/quick-random-events
```Or, you can also download precompiled binaries from GitHub’s release page.
## Usage
To use quick-random-events, you can enter the following command in the command line:
### Initialize
```console
qres init
```### Config
```console
qres config
```### Run
```console
qres
```## Contributing
Any form of contribution is welcome! If you have any suggestions, questions or bug reports, please create an issue or pull request on GitHub.