Skip to content

Instantly share code, notes, and snippets.

@kitusmark
Last active November 17, 2016 10:14
Show Gist options
  • Save kitusmark/b67c36d25f82a4368f600018f2d769f9 to your computer and use it in GitHub Desktop.
Save kitusmark/b67c36d25f82a4368f600018f2d769f9 to your computer and use it in GitHub Desktop.
Gets all packages installed in Atom Editor
#Get only the installed packages
apm list --isntalled --bare > packages.list
#Install packages from a file
apm install --packages-file packages.list
#Packages installed (17/11/2016)
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
@kitusmark
Copy link
Author

Get and install packages in Atom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment