generator-sma-plugin
v0.0.17
Published
Scaffold a package for the Scriptcraft Modular Architecture - Minecraft Plugins in Javascript!
Downloads
51
Maintainers
Readme
generator-sma-plugin
Scaffold a package for the Scriptcraft Modular Architecture - Minecraft Plugins in Javascript!
Installation
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
Developing your plugin
The scaffolded plugin has a README file with instructions on developing your plugin. Go make something awesome!
License
Apache-2.0 © Josh Wulf