Example service for generating custom cross-compile executable binaries
make demo
chmod +x bingo
./bingo --help
Example service for generating custom cross-compile executable binaries
Usage:
bingo [flags]
bingo [command]
Available Commands:
animal Generate random animal information
completion Generate the autocompletion script for the specified shell
help Help about any command
internet Generate random internet information
language Generate random language information
payment Generate random payment information
person Generate random person information
Flags:
-h, --help help for bingo
Use "bingo [command] --help" for more information about a command.
./bingo person --help
Generate random person information
Usage:
bingo person [flags]
Flags:
--email Generate random email
-h, --help help for person
--phone Generate random phone
git clone https://github.com/bastean/bingo.git && cd bingo
git clone [email protected]:bastean/bingo.git && cd bingo
-
Install required
-
Start VS Code
code .
-
Open Command Palette
- Ctrl+Shift+P
-
Run
Dev Containers: Reopen in Container
-
Run
make init-from-zero
Important
Before running it, you must set the following environment variables and rename the file to .env.(dev|test|prod)
make compose-dev
-
Unit
make test-unit
-
Integration
make test-integration
-
Acceptance
make compose-test-acceptance
-
All
make compose-test-all
make compose-prod
- Contributions and Feedback are always welcome!