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)
atom-html-preview@0.1.22
autocomplete-clang@0.10.0
autocomplete-python@1.8.12
build@0.67.0
busy@0.7.0
language-ini@1.16.0
linter@1.11.18
linter-gcc@0.6.15
minimap@4.25.6
platformio-ide@1.6.0
platformio-ide-terminal@2.2.2
tool-bar@1.0.1
@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