package-control

Manage packages from the command palette

idleberg

15,489

2

Bug Reports

0.12.7

MIT

GitHub

This package consumes the following services:

package-control

License Release Downloads CI

Manage packages from the command palette

Installation

apm

Install package-control from the editor's Package Manager or the command-line equivalent:

$ ppm install package-control || apm install package-control

Using Git

Change to your Atom packages directory:

Windows

# Powershell
$ cd $Env:USERPROFILE\.atom\packages
:: Command Prompt
$ cd %USERPROFILE%\.atom\packages

Linux & macOS

$ cd ~/.atom/packages/

Clone the repository as package-control:

$ git clone https://github.com/idleberg/atom-package-control package-control

Install dependencies:

$ cd package-control
$ ppm install || apm install

Build source:

$ ppm run build || apm run build

Usage

This packages exposes several commands to the command palette:

* denotes commands not available in Sublime Text's Package Control

Some of the default behaviour of these commands can be tweaked in the package settings!

License

This work is licensed under the MIT License