0.0.1-7.2 • Published 4 years ago

generator-sma-plugin-mav v0.0.1-7.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

generator-sma-plugin NPM version Build Status Dependency Status

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

Note:

This is a modified copy of the package: sma-plugin

The original package: https://www.npmjs.com/package/generator-sma-plugin

Original Author: Josh Wulf

Changes: - Problem Fix (Files were not being copied): inquirer-npm-name replaced by prompts package

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-mav

Then generate your new project:

yo sma-plugin-mav

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