0.1.7 • Published 11 months ago

@plastic-ant/nx-pixi-asset-pack v0.1.7

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

@plastic-ant/nx-pixi-asset-pack

MIT license Npm package version Downloads

An Nx (Project Crystal) plugin for developing with the Pixi AssetPack

Table of Contents

Install

# npm
npm install --save-dev @plastic-ant/nx-pixi-asset-pack

# yarn
yarn add --dev @plastic-ant/nx-pixi-asset-pack

Usage

For using the inferred tasks (Project Crystal) add the plugin to your nx.json config:

"plugins": [
    {
      "plugin": "@plastic-ant/nx-pixi-asset-pack",
      "options": {
          targetName     (optional) generated target, default assetpack
       }
    }
]

Included executors

Each executor has options that mirror the same assetpack CLI command with the addtional of postTargets to be run synchronously.

"targets": {
      "pack": {
        "executor": "@plastic-ant/nx-pixi-asset-pack:pack",
        "options": {
          "postTargets": []
        }
      }
    }
    ...

License

This project is MIT licensed 2024 Plastic Ant Software

0.1.7

11 months ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago