/atom-package-control

Manage packages from the command palette

Primary LanguageTypeScriptMIT LicenseMIT

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:

  • Package Control: Install Package
  • Package Control: Remove Package
  • Package Control: Enable Package
  • Package Control: Disable Package
  • Package Control: List Packages
  • Package Control: Discover Packages*
  • Package Control: Discover Themes*
  • Package Control: Satisfy Dependencies
  • Package Control: Update Package
  • Package Control: Update All Packages*
  • Package Control: Install Starred Package*
  • Package Control: Install All Starred Packages*

* 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