Github Atom 开源免费的文本编辑器

Github Atom 一个为21世纪所创造的可配置编辑器

 

Github Atom 开源免费的文本编辑器_第1张图片

 

特点:

开源、免费

和Sublime、Notepad++等类似

支持插件

 

项目主页:https://atom.io/

源代码:https://github.com/atom

知乎讨论:http://www.zhihu.com/question/22867204

 

Windows 安装方法:

1. 打开PowerShell

 

2. 安装:Chocolatey,这个是什么呢?简单的说就是Windows中的apt-get、yum

 

iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

 
3. 下载安装Atom

 

choco install Atom

 

当然也可以在:https://github.com/atom/atom/releases/latest 中下载(如果RP可以的话)

你可能感兴趣的:(github,ATOM,ATOM)