1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/apm.md

18 lines
342 B
Markdown
Raw Normal View History

2016-02-25 22:11:24 +02:00
# apm
> Atom editor Package Manager.
> See `atom`.
2019-06-09 00:05:26 +01:00
> More information: <https://github.com/atom/apm>.
2016-02-25 22:11:24 +02:00
- Install a package from http://atom.io/packages or a theme from http://atom.io/themes:
2016-02-25 22:11:24 +02:00
`apm install {{package_name}}`
- Remove a package/theme:
2016-02-25 22:11:24 +02:00
`apm remove {{package_name}}`
- Upgrade a package/theme:
2016-02-25 22:11:24 +02:00
`apm upgrade {{package_name}}`