UNPKG

bedrock-development

Version:

APIs for creating and editing files related to Minecraft Bedrock development.

9 lines (8 loc) 195 B
#! /usr/bin/env node import { runProgram } from './app/commands/index.js'; export * from './app/index.js'; try { runProgram(); } catch (error) { console.error("Command Failed", error); }