Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@blurengine/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@blurengine/cli
BlurEngine's project generator and lifecycle CLI for Minecraft Bedrock Edition content.
Quick Start
npx @blurengine/cli@latest create my-project
cd my-project
npm install
npm run devCommands
blr createscaffolds a new BlurEngine projectblr devbuilds and runs local development tasksblr buildstages project outputblr packageproduces package artifactsblr systemprints support diagnosticsblr worldmanages project world stateblr minecraftchecks and updates the targeted Bedrock versionblr upgradereconciles a generated project with the current scaffold
Documentation
Development
npm install
npm run checkLicense
Licensed under the Apache License, Version 2.0. See LICENSE.