0.0.1 • Published 3 months ago

bmdm v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

bmdm: Bot Maker for Discord Manager

w.i.p. basically a package manager for BMD mods.

  • No theme support (yet)

Getting started

Installation

With npm:

npm i -g bmdm

With pnpm:

pnpm i -g bmdm

With yarn:

yarn global add bmdm

Setup

Start by setting the path to your Bot Maker for Discord directory.

bmdm set "<path>"

Use quotes (e.g. "C:\Program Files (x86)\Steam\steamapps\common\Bot Maker For Discord")

Usage

Install all mods from the offical repository:

bmdm all

Update all of your mods:

bmdm update
bmdm up

Install a specific mod:

bmdm install <mod>
bmdm i <mod>

Remove a specific mod:

bmdm remove <mod>
bmdm rm <mod>

List all installed mods:

bmdm list
bmdm ls

Create a new mod with a template:

bmdm create <name>
bmdm c <name>

License

Licensed under MIT License.

0.0.1

3 months ago