Download the PHP package yellowcable/runner without Composer
On this page you can find all versions of the php package yellowcable/runner. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yellowcable/runner
More information about yellowcable/runner
Files in yellowcable/runner
Download yellowcable/runner
More information about yellowcable/runner
Files in yellowcable/runner
Vendor yellowcable
Package runner
Short Description Bash script which can run contents of subfolders in numbered order.
License proprietary
Homepage https://yellowcable.nl
Package runner
Short Description Bash script which can run contents of subfolders in numbered order.
License proprietary
Homepage https://yellowcable.nl
Please rate this library. Is it a good library?
Informations about the package runner
Runner (runner.yc)
Bash script which can run contents of subfolders in numbered order.
Goal of the project is to prevent long bash scripts.
- Just create a subfolder in the runner directory.
- Create either .sh or .php files with a numbered prefix in the name.
- Let the file return
- 0 for a positive outcome
- 1 for a warning outcome
- 2 or greater for a failed outcome
- Any file that's necessary but should not be executed must not contain a number in prefix.
Common script parts (shared across all scripts)
- The _prerequisites folder can be used to add additional script parts which should be run before any other foldered script.
Execution
To execute the directory filled with scripts, just run:
Additional parameters and flags are supported. For example:
Test
To run the test with the expected parameters for the example:
Contribute
Contributions are always welcome! Suggestions are only welcome in the form of code.
License
To the extent possible under law, Yellow Cable has waived all copyright and related or neighboring rights to this work.
All versions of runner with dependencies
PHP Build Version
Package Version
No informations.
The package yellowcable/runner contains the following files
Loading the files please wait ....