mumuki-scratch-cli
v0.0.2
Published
CLI for Scratch
Downloads
1
Readme
scratch-cli
CLI for the Scratch interpreter
Install
# requires node > 6
sudo npm install -g scratch-cli
Run tests
npm test
Building wrapper
The cli can be wrapped as an executable using nexe: npm install nexe -g
.
git clone https://github.com/luchotc/scratch-cli
cd scratch-cli
nexe -i src/index.js -o scratch-cli
Usage
scratch-cli --help