@opendungeon/devtools
v0.1.2
Published
Developer tools and CLI for OpenDungeon module development
Readme
@opendungeon/devtools
CLI and development tools for creating and validating OpenDungeon modules.
Features
- Module Validation: Ensure your
manifest.jsonconforms to the latest engine standards. - Architect CLI: Access world-building and campaign generation directly from your terminal.
Installation
npm install -g @opendungeon/devtoolsUsage
# Validate your module's manifest
od validate-module ./my-module/manifest.json
# Run campaign generation
od architect --campaign campaign-1 --apply