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.
Install Atom 1.22 or newer
In the terminal, install the package via apm:
apm install teletype
teletype
in the search box and press Enter
This 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
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.