Initial commit

This commit is contained in:
Andrew Sliwinski 2016-04-08 13:10:37 -04:00
parent 9d5423f22a
commit 655556273a
6 changed files with 73 additions and 4 deletions

24
README.md Normal file
View file

@ -0,0 +1,24 @@
## scratch-vm
## Installation
```bash
npm install scratch-vm
```
## Integration
```js
```
## Testing
```bash
make test
```
```bash
make coverage
```
```bash
make benchmark
```