Gerschtli / manage-packages

Atom package for syncing installed packages with a file
MIT License
4 stars 1 forks source link
atom atom-package management packages

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"
]