@mxbe/cli
v0.0.4
Published
This is a CLI tool to make minecraft bedrock extension
Downloads
7
Readme
CLI for @mxbe packages
See full documentation for this module here: https://docs.mxbe.dev/docs/minecraft-be-extension/packages/cli
Overview
@mxbe/cli
This package provides a CLI tool to make minecraft bedrock extension, which can be used to make a minecraft bedrock extension.
This package is extended from @mxbe/create.
Usage
To use this package, you can run the following command:
npm install -g @mxbe/cliThis will install the package globally.
Commands
In this package, you can use the following commands:
Compile the project
mxbe compileOptions
--originalor-o- Cancel rebuild and compile the original project files--mcpackor-p- Compile the project as a mcpack
This command will compile your project, creating a zip file containing all necessary files.
Update the project
mxbe updateOptions
--allor-a- Update all packages bundled with the project
This command will update and edit the project configuration.
Import a project
mxbe importOptions
--resourceor-r- Import a resource pack project--behavioror-b- Import a behavior pack project
This command will import a project to the bds server.
Link a project
mxbe linkThis command will link a project to the development folder minecraft.
