generator-sma-plugin-mav

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

Usage no npm install needed!

<script type="module">
  import generatorSmaPluginMav from 'https://cdn.skypack.dev/generator-sma-plugin-mav';
</script>

README

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