2017 © Pedro Peláez
 

library shell-command-builder

Shell command builder

image

gbksoft/shell-command-builder

Shell command builder

  • Tuesday, August 9, 2016
  • by gbksoft
  • Repository
  • 2 Watchers
  • 1 Stars
  • 1,430 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 23 % Grown

The README.md

$cmd = $builder->setCommand(new Command('git'))
            ->addArgument(new Argument('log'))
            ->addFlag(new Flag('--color'))
            ->addFlag(new Flag('--no-merges'))
            ->addFlag(new Flag('-10'))
            ->addFlag(new Flag('--'))
            ->addArgument(new Argument('./'))
            ->build();
git 'log' --color --no-merges -10 -- './'

The Versions

09/08 2016

dev-master

9999999-dev

Shell command builder

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

console shell

09/08 2016

1.0.1

1.0.1.0

Shell command builder

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

console shell

09/08 2016

1.0.0

1.0.0.0

Shell command builder

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

console shell