Skip to content

WeareJH/workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JH Development Workflow Tool

Some Badges would be nice.

Install

Make sure you have fswatch installed. You can install via homebrew:

brew install fswatch

Run the following commands:

composer global config repositories.workflow vcs git@github.com:wearejh/workflow
composer global require wearejh/workflow:dev-master

Notes:

  • Make sure your composer global bin directory ~/.composer/vendor/bin is available in your $PATH environment variable.
  • Because packages installed globally with composer share dependencies, you may need to run composer global update if the previous command failed.

Usage

Before you create any new project, first update the tool, in-case of any fixes or new features.

composer global update wearejh/workflow

Then run workflow to see the list of available commands.

Read the wiki for detailed information on each command

Troubleshooting

If you are experiencing very slow speeds (i.e. it's hanging for minutes inbetween commands), it may be due to a slow DNS lookup to localunixsocket.local. See relevant GitHub issue A quick fix is to add the following to your hosts file.

127.0.0.1 localunixsocket.local

About

A composer helper to improve development workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published