11# emacs-gitlab
22
33[ ![ License GPL 3] [ badge-license ]] [ LICENSE ]
4- [ ![ travis] [ badge-travis ]] [ travis ]
5- [ ![ drone] [ badge-drone ]] [ drone ]
6- [ ![ Melpa Status] ( http://melpa.milkbox.net/packages/gitlab-badge.svg )] ( http://melpa.milkbox.net/#/gitlab )
7- [ ![ MELPA Stable] ( http://stable.melpa.org/packages/gitlab-badge.svg )] ( http://stable.melpa.org/#/gitlab )
84[ ![ Coverage Status] ( https://coveralls.io/repos/nlamirault/emacs-gitlab/badge.png )] ( https://coveralls.io/r/nlamirault/emacs-gitlab )
95
6+ Master :
7+ * [ ![ MELPA Stable] ( http://stable.melpa.org/packages/gitlab-badge.svg )] ( http://stable.melpa.org/#/gitlab )
8+ * [ ![ Circle CI] ( https://circleci.com/gh/nlamirault/emacs-gitlab/tree/master.svg?style=svg )] ( https://circleci.com/gh/nlamirault/emacs-gitlab/tree/master )
109
11- Emacs package ` gitlab ` provides :
12- * a REST client to the [ Gitlab] [ ] API
13- * a [ Helm] [ ] interface
10+ Develop:
11+ * [ ![ Melpa Status] ( http://melpa.milkbox.net/packages/gitlab-badge.svg )] ( http://melpa.milkbox.net/#/gitlab )
12+ * [ ![ Circle CI] ( https://circleci.com/gh/nlamirault/emacs-gitlab/tree/develop.svg?style=svg )] ( https://circleci.com/gh/nlamirault/emacs-gitlab/tree/develop )
13+
14+ Package ` gitlab ` provides a REST client to the [ Gitlab] [ ] API.
1415
1516## Installation
1617
@@ -21,7 +22,7 @@ Emacs package `gitlab` provides :
2122emacs-gitlab is available on the two major community maintained repositories -
2223[ MELPA STABLE] ( melpa-stable.milkbox.net ) , [ MELPA] ( http://melpa.milkbox.net ) .
2324
24- You can install ` emacs- gitlab` with the following commnad:
25+ You can install ` gitlab ` with the following commnad:
2526
2627<kbd >M-x package-install [ RET] gitlab [ RET] </kbd >
2728
@@ -106,8 +107,8 @@ Or use :
106107
107108### Cask
108109
109- `` emacs- gitlab`` use [ Cask] [ ] for dependencies
110- management. Install it and retrieve dependencies :
110+ `` gitlab `` use [ Cask] [ ] for dependencies management.
111+ Install it and retrieve dependencies :
111112
112113 $ curl -fsSkL https://raw.github.com/cask/cask/master/go | python
113114 $ export PATH="$HOME/.cask/bin:$PATH"
0 commit comments