A template project for rapid creation of scratchx extension.
1. Register http://ngrok.com and configure
$ git clone https://github.com/mactkg/scratchx-template.git your-ext
$ cd your-ext
$ npm install
Block descriptor and title informations are stored in src/data.json
. Edit there to define blocks.
Core codes of an extension is located in src/ext.js
. Write some codes there. You can use browserifiable node.js libraries.
$ gulp
$ git remote add YOURID [email protected]:YOURID/your-ext.git
$ git push -u YOURID master
push = refs/heads/master:refs/heads/gh-pages
push = refs/heads/master:refs/heads/master
$ git push
MIT License