Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetic-mt-p2021/wowclassgen
GR 4 - Wow class generator
https://github.com/hetic-mt-p2021/wowclassgen
Last synced: 4 days ago
JSON representation
GR 4 - Wow class generator
- Host: GitHub
- URL: https://github.com/hetic-mt-p2021/wowclassgen
- Owner: HETIC-MT-P2021
- Created: 2021-11-04T11:56:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T16:24:00.000Z (about 3 years ago)
- Last Synced: 2024-06-20T15:35:32.545Z (5 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wow class generator
Simple generator to create maps in Go using [warcraft logs](https://www.warcraftlogs.com/api/v2/client) for Class and Spec Names.
It generates :
- A dict of current wow classes and their warlog IDs
- A list of Healer classes, with a point counter initialized to 0
- A list of DPS classes, with a point counter initialized to 0## Usage
Install it by running:
```shell
go install github.com/HETIC-MT-P2021/wowclassgen@latest
```Then run:
```shell
wowclassgen filename.go packagename
````filename.go` is the file (relative to the current directory) where the generator will write the code.
It does not need to exist.`packagename` is the name of the package that will be placed at the top of the generated code file.