Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunny0826/quick-random-events


https://github.com/sunny0826/quick-random-events

Last synced: about 2 months ago
JSON representation

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.