-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.md
42 lines (26 loc) · 1.03 KB
/
index.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 代码工具
## 代码质量
### [ESLint](https://eslint.org)
ESLint 是一个插件化并且可配置的 JavaScript 语法规则和代码风格的检查工具。
### [SonarQube](https://www.sonarqube.org/)
一个开源平台用于管理源代码的质量,它不仅是一个质量数据报告工具,更是代码质量管理平台。
- [sonarlint](https://www.sonarlint.org/intellij/)
### 其他
- [jslint](http://www.jslint.com/)
- [csslint](https://github.com/CSSLint/csslint)
- [jsonlint](https://jsonlint.com/)
## 代码管理
### Git
#### 客户端
- [GitHub Desktop](https://desktop.github.com/)
- [SourceTreeApp](https://www.sourcetreeapp.com/)
- [TortoiseGit](https://tortoisegit.org/download/)
- [Download for Linux and Unix](https://git-scm.com/download/linux)
- [GUI Clients](https://git-scm.com/downloads/guis)
#### 代码托管
- [Github](https://github.com/)
- [GitLab](https://git.lug.ustc.edu.cn/)
- [Bitbucket](https://bitbucket.org/)
- [码云](https://gitee.com/)
### SVN
- [TortoiseSVN](https://tortoisesvn.net/)