generator-pixi-plugin

A Yeoman generator to generate a pixi plugin using browserify.

Usage no npm install needed!

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

README

generator-pixi-plugin

A Yeoman generator for creating pixi plugins.

Usage

Make sure to have Node.js and Yeoman installed. You can install yo and this generator with:

npm install -g yo generator-pixi-plugin

Then to use this generator, go into the directory you want to scaffold a project in and run:

yo pixi-plugin