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 55[ ![ Test Coverage] ( https://codeclimate.com/github/cpp-sc2/codegen/badges/coverage.svg )] ( https://codeclimate.com/github/cpp-sc2/codegen/coverage )
66
77## 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.
911
1012## Requirements
13+
1114* OS X (feel free to send a PR to support other platforms).
1215* nodejs >= 14
1316* Starcraft II installation.
1417
1518## Usage
19+
1620``` bash
1721# Install dependencies.
1822$ npm install
@@ -28,6 +32,7 @@ $ npm test
2832```
2933
3034## License
35+
3136Copyright (c) 2020-2024
3237
3338Licensed under the [ GPL 3.0 license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments