mulang-scratch
v0.0.4
Published
CLI for Scratch
Downloads
2
Readme
mulang-scratch
CLI for transforming a Scratch AST into a Mulang AST
Install
# requires node > 8
sudo npm install -g mulang-scratch
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/mumuki/mulang-scratch
cd mulang-scratch
nexe -i src/index.js -o mulang-scratch
Usage
mulang-scratch --help