Back to project managment
Atom
Atom is an open source text editor developed in 2014 by GitHub. Created using Node JS and HTML, it supports Windows, Mac, and Linux OS. Whereas, Sublime was created by Jon Skinner, a former Google Engineer, and supports the same platforms as Atom.
Download Atom
what makes Atom the best choice is
- free and open source
- working in cross platform
- work in command line
first step is downloading and installing. You can download a free copy of Atom for Mac, Windows, or Linux here
welcome
Atom also offers a more in-depth Welcome Guide when you first open the program. its recommend going through this, to get familiar with its environment
installing and add to path
to add atom to path follow these steps
- open control panel then navigate to system
- then click advance system setting
- then from the top bar click advance and open environment variable
- from the system variable open path, and add new then the location of atom folder that you saved on
opening atom from command line
by typing atom . in command line it will open atom on the folder you are in
Atom Flight Manual
The Atom Flight Manual covers everything from getting off the ground to replacing the engine. Go here to read the one and only book on everything Atom.