0.1.4 • Published 9 years ago

atom-config v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#atom-config Build Status

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
  • NodeJS
  • npm

##Installation Run npm install -g atom-config

##Usage

###Commands

  • save [filename] - saves current Atom packages into a configuration file

  • load [filename] - loads and installs packages from a configuration file

  • list - lists currently installed packages

  • clean - uninstalls all user packages from Atom

###Examples

  • atom-config save atom.conf - Saves current atom package configuration to atom.conf

  • atom-config load atom.conf - Installs all packages in atom.conf configuration file

##Contributing

Please list all issues and feature requests here.