poi-plugin-item-improvement2
v1.0.96
Published
View KanColle equipment improvement schedules, routes, costs, and required materials in Poi
Downloads
2,803
Readme
Plugin Item Improvement
Poi plugin for viewing KanColle equipment improvement schedules, complete recipe routes, costs, and required materials.
Usage
Install the plugin through Poi, or place the package in Poi's plugin directory.
Improvement data and use-item assets are supplied by the local npm dependency @sakura2333/kancolle-data; the plugin does not download GitHub data at runtime.
Development
npm ci --include=dev
npm test
npm pack --dry-runThe committed lockfile keeps the legacy Poi transpilation toolchain reproducible. CI tests both the locked minimum-compatible data package and the latest compatible data package.
Publishing
Publish a compatible @sakura2333/kancolle-data release before publishing a plugin version that depends on it.
Official package:
npm test
npm publish --registry=https://registry.npmjs.org/Beta package:
npm run publish:beta:dry-run
npm run publish:betaThe beta script temporarily changes the package and runtime namespace to poi-plugin-item-improvement2-beta, publishes it, and restores the source tree even when publication fails.
