UNPKG

@mc-resource/cli

Version:

a Resource Manager for Minecraft

11 lines (9 loc) 271 B
import { InitCommand } from './init'; import { InstallCommand } from './install'; import { CommandDefinition } from '../types'; import { ListCommand } from './list'; export const commands: CommandDefinition[] = [ InitCommand, InstallCommand, ListCommand, ];