atom tutorial - use atom package manager in atom-editor - atom io , atom ide , atom github , atom editor



Apm is Atom's native package manager. It allows the user to manage packages and themes without having to initialise Atom itself. apm comes with the official installation and is automatically added to %PATH% if you're on Windows.

To use apm, go to Command Prompt and type

$ apm <command>

Here is the list of what you can do with this package manager.

clean, config, dedupe, deinstall, delete, dev, develop, disable, docs,
enable, erase, featured, home, i, init, install, link, linked, links, list,
ln, lns, login, ls, open, outdated, publish, rebuild, rebuild-module-cache,
remove, rm, search, show, star, starred, stars, test, uninstall, unlink,
unpublish, unstar, update, upgrade, view.

Example

  • if you want to do upgrade all packages from atom:
apm upgrade --confirm false

Or

if you want to install a specific package:

apm install <package_name>

Related Searches to use atom package manager in atom-editor