package-control

Manage Atom packages from the command palette

idleberg

15,453

2

Bug Reports

0.12.6

MIT

GitHub

This package consumes the following services:

package-control

apm apm apm CI David

Manage Atom packages from the command palette

Installation

apm

Install package-control from Atom install view or use the command-line equivalent:

$ 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 && npm install

Build source:

$ npm run build

Usage

This packages exposes several commands to the command palette:

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

License

This work is licensed under the MIT License