sprok
sprok copied to clipboard
Simple Proc - start complex processes using a config file
Results
1
sprok issues
Sort by
recently updated
recently updated
newest added
Investigate whether adding shebang support is worthwhile. Implement said feature. e.g. yaml works out nicely since # is a comment. ``` yaml #!/bin/sprok-yaml yaml: true ``` Ditto toml. ``` toml...