1.0.4 • Published 9 months ago

@norflin321/pixi-spine v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

PixiJS Extension Boilerplate

This is a simple boilerplate project powered by PixiJS Extension Scripts. It demonstrates how you can create an extension for PixiJS that works with TypeScript, generates all the necessary build files and supports documentation (with webdoc) and unit-testing (with Jest).

Getting Started

This project assumes you are familiar with npm, node.js and package.json files.

npm install
npm run build

Structure

PathDescription
./srcFolder containing the source code for your extension
./testFolder containing the Jest-based unit-tests (i.e., *.test.ts)
./examplesFolder containing any examples to demonstrate usage
./global.d.tsTypeScript global mixins for PixiJS

Publishing

When you're ready to publish your extension and share with the world, run the following command. This will ask you which type of version bump you'd like to do and then do all the necessary steps to build and package your extension.

npm run release
1.0.4

9 months ago

1.0.3

9 months ago