Home > Coding > Atom plugin installation from command line

Atom plugin installation from command line

November 15th, 2016 Leave a comment Go to comments

Once you have set up your atom editor it is nice if you can store the list of installed plugins so you can easily reinstall or share with friends. Here are the commands to do so from the command line:

backup:

apm list --installed --bare > packages.txt

install:

apm install --packages-file packages.txt

🙂

Categories: Coding Tags:
  1. No comments yet.
  1. No trackbacks yet.

Time limit is exhausted. Please reload CAPTCHA.