JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q82149F
  • License Apache-2.0

BlurEngine generator and lifecycle CLI.

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 dev

    Commands

    • blr create scaffolds a new BlurEngine project
    • blr dev builds and runs local development tasks
    • blr build stages project output
    • blr package produces package artifacts
    • blr system prints support diagnostics
    • blr world manages project world state
    • blr minecraft checks and updates the targeted Bedrock version
    • blr upgrade reconciles a generated project with the current scaffold

    Documentation

    Development

    npm install
    npm run check

    License

    Licensed under the Apache License, Version 2.0. See LICENSE.