Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romiras/blackbox-cli

Command-line mode for BlackBox Component Builder
https://github.com/romiras/blackbox-cli

blackbox-component-builder cli command-line component-pascal

Last synced: 20 days ago
JSON representation

Command-line mode for BlackBox Component Builder

Awesome Lists containing this project

README

        

# BlackBox-cli

Command-line mode for BlackBox Component Builder

### Running interpreted commands

Commands can be interpreted and executed at run time.

#### Example

Run command through pipe: ```echo "PrivHello.SayHello" | ./bbcli.exe``` (Linux)

### Building executable

- execute ```runBB``` (run BlackBox in "server" mode): ```BB_ROOT=~/.wine/drive_c/Program\ Files/BlackBox ./runBB``` (Linux)
- Open Build-Tool.odc and follow instructions
- run ```bbcli.exe``` as in example above