Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 826 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 826 Bytes

OverPy

High-level language for the Overwatch Workshop with support for compilation and decompilation.

Join the discord for help & feedback: https://workshop.codes/discord

Check the wiki to get started: https://github.com/Zezombye/overpy/wiki

Play around with the demo: https://zezombye.github.io/overpy/demo

Development

  • Install: npm install
  • Build in dev and test with the demo: npm run dev
  • Build out/overpy_standalone.js: npm run package
  • Build .vsix for prod: vsce package (also builds overpy_standalone.js)