tldr/pages/common/apm.md

18 lines
341 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 packages from http://atom.io/packages and themes from http://atom.io/themes:
`apm install {{package_name}}`
- Remove packages/themes:
`apm remove {{package_name}}`
- Upgrade packages/themes:
`apm upgrade {{package_name}}`