Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/romiras/blackbox-cli
- Owner: romiras
- License: bsd-2-clause
- Created: 2015-07-10T21:10:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T12:19:11.000Z (over 3 years ago)
- Last Synced: 2023-03-23T01:22:16.648Z (almost 2 years ago)
- Topics: blackbox-component-builder, cli, command-line, component-pascal
- Language: Component Pascal
- Homepage:
- Size: 1.64 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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