atom-config
v0.1.4
Published
Configuration Tool for sharing configurations across multiple installations of Github's Atom Text Editor
Downloads
2
Readme
Configuration Tool for sharing configurations across multiple installations of Github's Atom Text Editor
##Roadmap / TODO
- Add loading and saving of Atom Settings
- ???? .... PROFIT!
##Requirements
- Github's Atom Text Editor.
- apm in the current user's path.
- Open Atom and run
Atom > Install Shell Commands
from the menu
- Open Atom and run
- NodeJS
- npm
##Installation
Run npm install -g atom-config
##Usage
###Commands
save [filename]
- saves current Atom packages into a configuration fileload [filename]
- loads and installs packages from a configuration filelist
- lists currently installed packagesclean
- uninstalls all user packages from Atom
###Examples
atom-config save atom.conf
- Saves current atom package configuration to atom.confatom-config load atom.conf
- Installs all packages in atom.conf configuration file
##Contributing
Please list all issues and feature requests here.