macor161 / atom-package-sync

Synchronize your atom packages and settings easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atom Package Sync

🚩 Due to the increase in popularity of alternative open source IDEs such as VSCode, this Atom package has been deprecated. It is still possible to make it work with a server running atom-package-sync-server, however the default server is now offline. 🚩

Synchronize packages, settings, keymaps, user styles, init script and snippets automatically across Atom instances. The code is based on the great sync-settings package.

GitHub Logo

Install

With the atom package manager:

apm install atom-package-sync

Or Settings ➔ Packages ➔ Search for atom-package-sync

Usage

  1. Login with your Google account (Github coming soon)
  2. That's it :)

Hosting on your own server

If you want to host the synchronization service on your own private server, take a look at atom-package-sync-server

Contributing

If you're going to submit a pull request, please try to follow the official contribution guidelines of Atom.

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Ensure tests are passing.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin my-new-feature).
  6. Create new Pull Request.

About

Synchronize your atom packages and settings easily

License:MIT License


Languages

Language:JavaScript 83.9%Language:CoffeeScript 16.1%