Add meteor plugin description

Dimitri Jorge 2014-03-13 10:20:38 -07:00
parent 5952a2039f
commit 89d6190b64

@ -536,6 +536,7 @@ Keeps track of the last used directory and automatically jumps to it for new she
* `hgs - hg status`
* `hgca - hg qimport -r tip ; hg qrefresh -e ; hg qfinish tip`, this is the 'git commit --amend' equivalent
## mvn
**Maintainer:** [fred-o](https://github.com/fred-o)
@ -546,6 +547,20 @@ Keeps track of the last used directory and automatically jumps to it for new she
* mysql - aliases for starting stopping and getting mysql status ( *mysqlstart*, *mysqlstop*, *mysqlstatus*)
## meteor
**Maintainer:** [jorge-d](https://github.com/jorge-d)
This plugin adds completion for the meteor command
Examples:
```shell
$ meteor [tab]
$ cd some_random_meteor_project
$ meteor add [tab] # Will list all the available packages
$ meteor remove [tab] # Will all the installed packages
```
## nanoc
**Maintainer:** [josh-](https://github.com/josh-)