diff --git a/pages.it/common/apm.md b/pages.it/common/apm.md new file mode 100644 index 000000000..74747ad76 --- /dev/null +++ b/pages.it/common/apm.md @@ -0,0 +1,16 @@ +# apm + +> Manager di pacchetti per l'editor di testo Atom. +> Vedi `atom`. + +- 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}}`