helm-package

https://github.com/syohex/emacs-helm-package.git

git clone 'git://github.com/syohex/emacs-helm-package.git'
6

This Package is Deprecated

helm-package.el

helm-package.el provides command which show available packages and installed packages with helm-interface .

helm implements the feature same as this package(helm-list-elisp-packages). You should it instead of this package if you use newer helm.

Screenshot

helm-package

Requirements

Basic Usage

helm-package

Show available packages and installed packages. Action is installing/updating selected packages.

Refresh packages list if you use prefix argument(C-u).

Persistent Action

Show package detail.

Sample Configuration

(require 'helm-config)
(require 'helm-package)

(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t)