0.1.7 • Published 7 months ago
@plastic-ant/nx-pixi-asset-pack v0.1.7
@plastic-ant/nx-pixi-asset-pack
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-packUsage
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