npm.io
0.0.1-7.2 • Published 5 years ago

generator-sma-plugin-mav

Licence
Apache-2.0
Version
0.0.1-7.2
Deps
11
Size
14 kB
Vulns
0
Weekly
0

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