buddypond
buddypond copied to clipboard
Improve `bs` BuddyScript Support / Improve `bs.pipe()` Support / Document BuddyScript
BuddyPond has a built-in scripting system calledBuddyScript or bs
Executing Commands
bs allows buddies to execute commands in chat or text contexts such as running a /help command or opening an app /piano
Sending Commands
Using the \ operator, bs allows buddies to send commands in chat or text contexts so you can send a piano app like \piano
Piping Commands
bs allows supporting piping commands to each other using the | operator.
Needs Work
[] - Update documentation and add information to /sdk page
[] - Adds more tests for handling pipes and new pipe API
[] - Implement all available BuddyPonds into the new buddyscript API