This package provides:
This package consumes:
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 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