Skip to content

dsreitan/codegen

 
 

Repository files navigation

Codegen

CI Status Code Climate Test Coverage

About

Code generation utility for Starcraft II. Produces list of type IDs taken from stableid.json for cpp-sc2 API.

Requirements

  • OS X (feel free to send a PR to support other platforms).
  • nodejs >= 10
  • Starcraft II installation.

Usage

# Install dependencies.
$ npm install

# Generate the code using installed game.
$ npm start "/Users/alkurbatov/Library/Application Support/Blizzard/StarCraft II/stableid.json"

# Generate the code using one of saved ID files.
$ npm start ./assets/4.10.2-stableid.json

# Run tests
$ npm test

License

Copyright (c) 2020

Licensed under the GPL 3.0 license.

About

Code generator utility for cpp-sc2 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.9%
  • Emacs Lisp 0.1%