Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 742 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 742 Bytes

BMCLI

Beast Mode CLI

Getting Started

Add a copy of bmcli to usr/local/bin.

./bmcli as_executable

Now instead of ./bmcli you can run bmcli from anywhere (when you restart the terminal).

Yup that's it, all done!

Making changes

When you make changes you also need to update bmcli in usr/local/bin.

# Needs to be run from the root of the repo.
./bmcli update

How to use

bmcli help

Add a command (Deprecated)

Used to be necessary when commands were separate scripts instead of functions.

chmod +x ./commands/my_new_command

Sources