https://github.com/shahen94/floma
Run multiple processes using one command
https://github.com/shahen94/floma
Last synced: 3 months ago
JSON representation
Run multiple processes using one command
- Host: GitHub
- URL: https://github.com/shahen94/floma
- Owner: shahen94
- Created: 2023-05-31T21:33:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T10:44:38.000Z (over 1 year ago)
- Last Synced: 2025-01-03T00:14:24.673Z (5 months ago)
- Language: Go
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Floma CLI tool [](https://github.com/shahen94/floma/actions/workflows/build.yml)
Run multiple processes using one command### Help
```sh
$ floma --help
```### Config File Example
```yaml
commands:
- name: "Run v1"
exec: "npm start"
args:
- development
environment:
- NODE_ENV=production
- NODE_GYP=25
- FFI_V=1.3
- name: "Run v2"
exec: "npm start"
- name: "Run Backoffice"
exec: "npm start"```
### Start floma using default config file - floma.yml
```sh
floma
```### Specify config file
```sh
floma --config floma.example.yml
```