Teletype for Atom
Share your workspace with team members and collaborate on code in real time in Atom
Under MIT License
By atom
Share your workspace with team members and collaborate on code in real time in Atom
Under MIT License
By atom
Teletype for Atom
An Atom package that lets developers share their workspace with team members and collaborate on code in real time.
Learn more at teletype.atom.io.
In the terminal, install the package via apm:
sh
apm install teletype
teletype
in the search box and press EnterThis package is powered by three main components:
To run teletype tests locally, you'll first need to have:
Clone and bootstrap
git clone https://github.com/atom/teletype.git
cd teletype
createdb teletype-test
apm install
Run the tests
atom --test test