0.1.2 • Published 2 years ago
generator-ragnarok-plugin v0.1.2
generator-ragnarok-plugin
Generates a template for a Ragnarok plugin
Usage
Use NPM and the create-yo package to invoke this generator
npm init yo ragnarok-pluginThis will not create a new directory
Manual Usage
Install the yo package from NPM or your system package manager
On arch, you can use yay or other AUR helpers to download the package from AUR via
yay -S yoUsing NPM, you can do
npm install -g yo
After that, you can install this package using the NPM via npm install -g generator-ragnarok-plugin
Then, invoke the generator using
yo ragnarok-pluginThis will not create a new directory