Populate repo
This commit is contained in:
21
zsh/.oh-my-zsh/plugins/pow/README.md
Normal file
21
zsh/.oh-my-zsh/plugins/pow/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
# pow plugin
|
||||
|
||||
This plugin adds completion and commands for [pow](http://pow.cx/), a
|
||||
zero-configuration Rack server for macOS.
|
||||
|
||||
To use it, add pow to the plugins array of your zshrc file:
|
||||
|
||||
```sh
|
||||
plugins=(... pow)
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
||||
- `kapow` will restart an app.
|
||||
|
||||
```bash
|
||||
kapow myapp
|
||||
```
|
||||
|
||||
- `kaput` will show the standard output from any pow app.
|
||||
- `repow` will restart the pow process.
|
Reference in New Issue
Block a user