2017 © Pedro Peláez
 

library mike

mike - make for php without compromises

image

holgerk/mike

mike - make for php without compromises

  • Sunday, June 15, 2014
  • by holgerk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Install

Install the phar into to your bin directory:, (*1)

curl -o ~/bin/mike https://raw.githubusercontent.com/holgerk/php-mike/master/build/mike.phar && chmod +x ~/bin/mike

...or using composer:, (*2)

composer global require holgerk/mike:dev-master

Todos

  • [x] format task list nicely
  • [x] generate and format help
  • [x] Support dependencies
  • [x] zsh autocomplete
  • [ ] zsh autocomplete for params
  • [ ] bash autocomplete

ZSH-Autocompletion

Add this to your .zshrc, (*3)

# Mike autocompletion
# ===================
# (http://jaredforsyth.com/blog/2010/may/30/easy-zsh-auto-completion/)
_mike() {
    reply=(`mike -T --no-color | awk 'NR > 0 { print $1 }' | tr "\\n" " "`)
}
compctl -K _mike mike

The Versions

15/06 2014

dev-master

9999999-dev

mike - make for php without compromises

  Sources   Download

MIT

The Requires

 

The Development Requires