@bedrock-core/cli
v0.7.0
Published
CLI tool to scaffold Minecraft Bedrock addon projects with @bedrock-core/ui
Maintainers
Readme
@bedrock-core/cli
CLI tool to scaffold Minecraft Bedrock addon projects with @bedrock-core/ui pre-configured.
Usage
npx @bedrock-core/cliThis will interactively prompt you for:
- Project name
- Author name
- Description
And generate a complete addon structure with:
- ✅ Behavior Pack with TypeScript setup
- ✅ Resource Pack with JSON UI decoders
- ✅ Regolith configuration
- ✅ TypeScript, ESLint configs
- ✅ Simple working example
After Generation
cd your-addon
yarn install # or npm install
yarn regolith-install # Install Regolith filters
yarn build # Build the addon
yarn watch # Watch for changes and redeploy