tldr/pages/common/apm.md

18 lines
331 B
Markdown
Raw Normal View History

2016-02-25 20:11:24 +00: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 20:11:24 +00:00
- Install a package from <http://atom.io/packages> or a theme from <http://atom.io/themes>:
2016-02-25 20:11:24 +00:00
`apm install {{package}}`
2016-02-25 20:11:24 +00:00
- Remove a package/theme:
2016-02-25 20:11:24 +00:00
`apm remove {{package}}`
2016-02-25 20:11:24 +00:00
- Upgrade a package/theme:
2016-02-25 20:11:24 +00:00
`apm upgrade {{package}}`