0.0.1 • Published 2 years ago
bmdm v0.0.1
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 bmdmWith pnpm:
pnpm i -g bmdmWith yarn:
yarn global add bmdmSetup
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 allUpdate all of your mods:
bmdm update
bmdm upInstall 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 lsCreate a new mod with a template:
bmdm create <name>
bmdm c <name>License
Licensed under MIT License.
0.0.1
2 years ago