@norflin321/pixi-spine
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Path Description
./src Folder containing the source code for your extension
./test Folder containing the Jest-based unit-tests (i.e., *.test.ts)
./examples Folder containing any examples to demonstrate usage
./global.d.ts TypeScript 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

Readme

Keywords

none

Package Sidebar

Install

npm i @norflin321/pixi-spine

Homepage

pixijs.com/

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

466 kB

Total Files

63

Last publish

Collaborators

  • norflin321