This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
This is the initial release of command wrap that includes:
- A command builder
- Runners including symfony/process,
exec
,system
andpassthru
- Command assemblers such as
ChronoAssembler
andOrderedAssembler
- Combine two or more commands through combinators like
|
,&&
or;