File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Test Coverage] ( https://codeclimate.com/github/cpp-sc2/codegen/badges/coverage.svg )] ( https://codeclimate.com/github/cpp-sc2/codegen/coverage )
6
6
7
7
## About
8
- Code generation utility for Starcraft II. Produces list of type IDs taken from stableid.json for cpp-sc2 API.
8
+
9
+ Code generation utility for StarCraft II. Produces list of type IDs taken from
10
+ ` stableid.json ` for cpp-sc2 API.
9
11
10
12
## Requirements
13
+
11
14
* OS X (feel free to send a PR to support other platforms).
12
15
* nodejs >= 14
13
16
* Starcraft II installation.
14
17
15
18
## Usage
19
+
16
20
``` bash
17
21
# Install dependencies.
18
22
$ npm install
@@ -28,6 +32,7 @@ $ npm test
28
32
```
29
33
30
34
## License
35
+
31
36
Copyright (c) 2020-2024
32
37
33
38
Licensed under the [ GPL 3.0 license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments