- Published on
Atom 导出包列表
- Authors
- Name
- Jeffrey Wang
Make an Atom Package List.
$ apm list --installed --bare > my-packages.txt
Install the given Atom package from my-packages.txt
to ~/.atom/packages/<package_name>
.
$ apm install --packages-file my-packages.txt
Thanks to: How can I make the package list portable?