atom / teletype
- пятница, 17 ноября 2017 г. в 03:14:31
Share your workspace with team members and collaborate on code in real time in 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.
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