Skip to content

scottdavis/plow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Plow is a command line tool for chaining dependent tasks

  1. plow plow::help - displays this file
  2. plow plow::version - displays plow version number
  3. plow plow::create::task - makes a new task template
  4. plow plow::init - creates a plowfile marking the scope of the app
  5. plow plow::show::all - shows all tasks in the current scope

##A task implements as PlowTask interface

interface PlowTask {
	public function run($args);
	public function name();
	public function dependencies();
}

##Examples see: Pearfarms tasks

About

Plow is a command line tool for chaining dependent tasks much like ruby's rake written in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages