Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 373 Bytes

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