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

Releases: treffynnon/command-wrap

v1.0.0

16 Mar 23:22
Compare
Choose a tag to compare

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 ;