A tool to aid developers in running their projects.
At your project root; create a .run-tool.yml
file.
Follow this format:
yaml
configurations:
run_name:
program: "<executable name>"
# ~ optional
args:
- "arg1"
# optional
env:
LOG_LEVEL: "debug"
# ~ optional
env_file: ".env"
# or
env_file:
- ".env"
# ~ optional
cwd: "api/"
This project is Copyright (c) 2023 Leo Spratt, licence shown below:
Apache-2.0. Full license found in `LICENSE.txt`