2017 © Pedro Peláez
 

composer-plugin plow

CLI tools to get PHP done quickly

image

firehed/plow

CLI tools to get PHP done quickly

  • Saturday, June 27, 2015
  • by Firehed
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Plow

Description

Plow is designed to be your new best friend when developing PHP application. At its core, it's just a plugin infrastructure for various command-line tools., (*1)

Installation

Plow should be globally installed with Composer. Follow these instructions to install Composer if you don't have it yet., (*2)

composer global require firehed/plow

If you have not done so already, you should append Composer's global bin directory to your path:, (*3)

echo "export PATH=\$PATH:~/.composer/vendor/bin" >> ~/.bash_profile
source ~/.bash_profile

Usage

Running plow with no arguments on the command line will provide detailed usage instrictions:, (*4)

plow

Adding commands

Plow commands are Composer packages with the type specified as plow-command. While not directly shown in the UI, you can search Packagist by type Once you find what you're looking for, install it globally like any other package:, (*5)

composer global require vendor-name/plow-command-package-name

Developing new commands

See CREATING_COMMANDS.md, (*6)

Contributing to Plow

See CONTRIBUTING.md, (*7)

The Versions

27/06 2015

dev-master

9999999-dev

CLI tools to get PHP done quickly

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern

26/06 2015

0.0.2

0.0.2.0

CLI tools to get PHP done quickly

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern

25/06 2015

0.0.1

0.0.1.0

CLI tools to get PHP done quickly

  Sources   Download

MIT

The Requires

 

The Development Requires

by Eric Stern