mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-15 03:40:39 +01:00
Add meteor plugin description
15
Plugins.md
15
Plugins.md
@@ -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-)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user