mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-08 14:01:58 -05:00
Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
test/unit | ||
.gitignore | ||
.npmrc | ||
index.js | ||
LICENSE | ||
Makefile | ||
package.json | ||
README.md | ||
TRADEMARK |
scratch-vm
Installation
npm install scratch-vm
Integration
Testing
make test
make coverage
make benchmark