teletypeAtom 实时协作工具
teletype 是一个 Atom 包,可让开发人员与团队成员共享工作区,并实时协作处理代码。
该软件包由三个主要组件提供支持:
- teletype-crdt:启用协作编辑功能的字符串序列 CRDT。
- teletype-server:用于链接协作者的服务器端应用程序。
- teletype-client:管理与其他客户端交互的与编辑器无关的库。
命令行安装
-
安装Atom 1.22或更新版本
-
在终端中,通过 apm 安装包:
apm install teletype
图形用户界面安装
- 安装 Atom 1.22 或更新版本
- 启动 Atom
- Cmd+,在 macOS 或Ctrl+,其他平台上打开设置
- 单击左侧的安装选项卡
- 在搜索框中输入
teletype
中输入并按 Enter - 单击出现的“安装”按钮
依赖关系
- Atom 1.22 or later
- Node 7+
- PostgreSQL 9.x
本地运行
-
Clone and bootstrap
git clone https://github.com/atom/teletype.git cd teletype createdb teletype-test apm install
-
运行测试
atom --test test
评论