UNPKG

generator-sma-plugin

Version:

Scaffold a package for the Scriptcraft Modular Architecture - Minecraft Plugins in Javascript!

34 lines (22 loc) 1.22 kB
# generator-sma-plugin [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] > Scaffold a package for the Scriptcraft Modular Architecture - Minecraft Plugins in Javascript! ## Installation First, install [Yeoman](http://yeoman.io) and generator-sma-plugin using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-sma-plugin ``` Then generate your new project: ```bash 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]() [npm-image]: https://badge.fury.io/js/generator-scriptcraft-sma.svg [npm-url]: https://npmjs.org/package/generator-scriptcraft-sma [travis-image]: https://travis-ci.org/Magikcraft/generator-scriptcraft-sma.svg?branch=master [travis-url]: https://travis-ci.org/Magikcraft/generator-scriptcraft-sma [daviddm-image]: https://david-dm.org/Magikcraft/generator-scriptcraft-sma.svg?theme=shields.io [daviddm-url]: https://david-dm.org/Magikcraft/generator-scriptcraft-sma