iTrace Atom is a plugin for the Atom text editor. The plugin will establish a connection to the iTrace Core desktop application. Once connected to the Core the plugin will accept information from the Core and translate it to editor specific data and output the data to an XML file.
Install the apm utility. See http://flight-manual.atom.io/getting-started/sections/installing-atom/ if you do not have it installed.
Git clone or download to zip file (extract zip file)
Navigate to the root folder iTrace-atom
in the terminal
Example command:
cd ./path_to_clone/iTrace-atom
Run the command apm link
in a terminal. This sets the current folder as a plugin folder for Atom.
Run the command npm install
to install required dependencies
Restart Atom editor to load the new package