manage-packages

Syncs installed packages with a file

Tobias Happ

588

1

0.3.6

MIT

GitHub

manage-packages Travis CI apm The MIT License

An atom package for managing packages via a dotfiles repository for example by syncing the installed package list to ~/.atom/packages.cson.

It automatically creates and installs all packages of ~/.atom/packages.cson and watches the file for changes.

If you install or uninstall a package in atom, ~/.atom/packages.cson will be updated. It can be configured, whether ~/.atom/packages.cson should be an exclusive list of all installed packages or uninstalls are forbidden.

Example content of ~/.atom/packages.cson:

packages: [
  "atom-beautify"
  "sort-lines"
]