create-lt-adventure
v0.0.16
Published
A CLI tool to scaffold Foundry VTT modules
Downloads
32
Maintainers
Readme
create-lt-adventure
A CLI scaffolding tool for creating Foundry VTT modules.
Installation
Global Installation (for end users)
Once published to npm, you can run the script via Bun:
bunx create-lt-adventure Then run it from anywhere:
create-lt-adventureUpdate the package using
bun update create-lt-adventure -g --latestDevelopment Installation
For development purposes:
git clone https://github.com/Loot-Foundry/create-lt-adventure
cd create-lt-adventure
bun install
bun run devDevelopment
# Install dependencies
bun install
# Run in development mode (requires Bun)
bun run dev
# Watch for TypeScript changes
bun run build:watchScripts
bun run build- Compile TypeScript to JavaScriptbun run build:watch- Watch TypeScript files and rebuild on changesbun run dev- Run the CLI in development mode (requires Bun)bun run prepublishOnly- Automatically run before publishing
System Support
Currently supports:
- dnd5e - Dungeons & Dragons 5th Edition
- pf2e - Pathfinder 2nd Edition
Additional systems can be added in src/options.ts.
Resources
Foundry VTT Documentation
Module Development
License
MIT
Contributing
Contributions are welcome! Please feel free to submit pull requests.
Issues
Found a bug? Please open an issue on GitHub.
