Atom plugin installation from command line
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