Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@treffynnon treffynnon released this 16 Mar 23:22
· 8 commits to master since this release

This is the initial release of command wrap that includes:

  • A command builder
  • Runners including symfony/process, exec, system and passthru
  • Command assemblers such as ChronoAssembler and OrderedAssembler
  • Combine two or more commands through combinators like |, && or ;