2025-03-14 21:59:59 -06:00
|
|
|
# apm
|
|
|
|
|
|
|
|
|
|
> Manager di pacchetti per l'editor di testo Atom.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Vedi anche: `atom`.
|
2025-03-14 21:59:59 -06:00
|
|
|
> Maggiori informazioni: <https://github.com/atom/apm>.
|
|
|
|
|
|
|
|
|
|
- Installa pacchetti da <http://atom.io/packages> e temi da <http://atom.io/themes>:
|
|
|
|
|
|
|
|
|
|
`apm install {{nome_pacchetto}}`
|
|
|
|
|
|
|
|
|
|
- Rimuovi pacchetti/temi:
|
|
|
|
|
|
|
|
|
|
`apm remove {{nome_pacchetto}}`
|
|
|
|
|
|
|
|
|
|
- Aggiorna pacchetti/temi:
|
|
|
|
|
|
|
|
|
|
`apm upgrade {{nome_pacchetto}}`
|