@bedrock-core/cli
v0.10.3
Published
CLI tool to scaffold Minecraft Bedrock addon projects with @bedrock-core/ui
Maintainers
Readme
@bedrock-core/cli

Scaffolds a complete Minecraft Bedrock addon project with the whole
@bedrock-core stack pre-wired — Regolith build, TypeScript,
ESLint, localization, an in-game guide, the render pack, and a working example screen — in one
command.
Usage
npx @bedrock-core/cliIt prompts for a project name, an author and a description, then generates:
- ✅ Behavior Pack with TypeScript setup
- ✅ Resource Pack for your own textures and
.langfiles (the JSON UI decoders live in the render pack below) - ✅ Regolith configuration — the
generator→guides→i18n→bundlerfilter chain - ✅ Localization scaffolding (
packs/data/i18n/) wired to@bedrock-core/i18n - ✅ An in-game guide scaffold (
packs/data/guides/) - ✅ TypeScript and ESLint configs
- ✅ A working example screen built with
@bedrock-core/ore-styled
It also downloads the latest render pack (.mcpack) from the
releases page into the project — open it to
import it into Minecraft. If the download fails the CLI tells you where to get it manually.
After generation
cd your-addon
yarn install # or npm install
yarn regolith-install # install the Regolith filters
yarn build # build the addon
yarn watch # rebuild and redeploy on changeDocumentation
- CLI — every prompt, the full scaffold layout, and what to do next
- Get started — the framework itself
License
MIT — see the root repository.
