Scaffold a package for the Scriptcraft Modular Architecture - Minecraft Plugins in Javascript!
First, install Yeoman and generator-sma-plugin using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-sma-plugin
Then generate your new project:
yo sma-plugin
The scaffolded plugin has a README file with instructions on developing your plugin. Go make something awesome!
Apache-2.0 © Josh Wulf