Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Aug 15, 2019
1 parent 79a396e commit f6cece4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
- [代码编辑器](#代码编辑器)
- [富文本编辑器 WYSIWYG](#富文本编辑器-wysiwyg)
- [Online IDE](#online-ide)
- [Vim](#vim)
- [自动化](#自动化)
- [下载工具](#下载工具)
- [Linux](#linux)
Expand Down Expand Up @@ -307,6 +308,11 @@ See the [LICENSE][] file for the specific language governing permissions and lim
- [源码](https://github.com/stackblitz/core)
- https://codeanywhere.com/

### Vim

- [universal-ctags](https://github.com/universal-ctags/ctags): Universal-ctags 是 Darren Hiebert 的 Exuberant-ctags 的继任
- [NerdFonts](https://www.nerdfonts.com)[cheat-sheet](https://www.nerdfonts.com/cheat-sheet): 程序员必备字体

## 自动化

- [hubot](https://github.com/github/hubot): 交互机器人
Expand Down Expand Up @@ -848,6 +854,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
- [正则表达式编辑器](http://www.regexr.com) ``
- [正则表达式可视化](https://regexper.com) ``
- [regex101](https://regex101.com/) ``
- [Learn regex the easy way](https://github.com/ziishaned/learn-regex)

## 数据可视化

Expand Down Expand Up @@ -1049,6 +1056,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
- [pxltrm](https://github.com/dylanaraps/pxltrm): 终端里的画图板
- [Bash-Snippets](https://github.com/alexanderepstein/Bash-Snippets): A collection of small bash scripts for heavy terminal users
- [pipes.sh](https://github.com/pipeseroni/pipes.sh): 超级酷的终端屏保(管道主题)
- [no-more-secrets](https://github.com/bartobri/no-more-secrets): 超级酷的终端数据解密特效

### Game

Expand Down Expand Up @@ -1084,7 +1092,7 @@ See the [LICENSE][] file for the specific language governing permissions and lim
- [jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac/blob/master/README-zh.md)
- [skyseraph/Soft-Tools](https://github.com/skyseraph/Soft-Tools)
- [Kickball/awesome-selfhosted](https://github.com/Kickball/awesome-selfhosted)

- [sbilly/awesome-security](https://github.com/sbilly/awesome-security)

**[⬆ 返回顶部](#说明)**

Expand Down
1 change: 1 addition & 0 deletions design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
- [Lingo](https://www.lingoapp.com/): 设计资源收藏神器
- [Sketch](https://www.sketchapp.com): 矢量图形设计工具 ``
- [Adobe XD](https://www.adobe.com/cn/products/xd.html): Sketch 的强力竞争者,跨平台 + 免费,独有的网格编组和滚动的特性,操作体验流畅,兼容最新版的 Sketch 文件。
- [Figma](https://www.figma.com): Sketch 替代品。

## Sketch

Expand Down
11 changes: 7 additions & 4 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [tini](https://github.com/krallin/tini): init 进程
- [docker-compose-wait](https://github.com/ufoscout/docker-compose-wait): 等待依赖服务启动后再执行脚本
- [linuxkit](https://github.com/linuxkit/linuxkit): 自由组合多个基础镜像,拼成一个操作系统的镜像。
- [Distroless](https://github.com/GoogleContainerTools/distroless): Google 出品的基础镜像,没有 Shell,只包含最基本的依赖。相对更安全。

## 监控

Expand All @@ -43,17 +44,19 @@
- https://kubernetes.io/
- https://labs.play-with-k8s.com/ : 在线练习 K8S 集群
- [operator-sdk](https://github.com/operator-framework/operator-sdk)
- [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder): SDK for building Kubernetes APIs using CRDs
- [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder): SDK for building Kubernetes APIs using CRDs
- [kubernetes/helm](https://github.com/kubernetes/helm): Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
- [kubernetes/charts](https://github.com/kubernetes/charts): Charts are curated application definitions for Kubernetes Helm
- [Azure/draft](https://github.com/Azure/draft): Draft makes it easy to build applications that run on Kubernetes. Draft targets the "inner loop" of a developer's workflow: as they hack on code, but before code is committed to version control.
- [kompose](https://github.com/kubernetes/kompose): Go from Docker Compose to Kubernetes
- [kubectx](https://github.com/ahmetb/kubectx): 管理切换 kubectl 上下文
- [skaffold](https://github.com/GoogleContainerTools/skaffold): Build\Test\Deploy\Tag\Push 自动化框架
- [kaniko](https://github.com/GoogleContainerTools/kaniko): 在 k8s 里构建镜像
- [kubernetes/minikube](https://github.com/kubernetes/minikube): 本地开发部署单节点 k8s 集群的工具。
- [kubernetes/kubeadm](https://github.com/kubernetes/kubeadm): 部署多节点 k8s 集群的工具。
- [kubernetes/kops](https://github.com/kubernetes/kops): 备选方案
- [minikube](https://github.com/kubernetes/minikube): 本地开发部署单节点 k8s 集群的工具。
- [kubeadm](https://github.com/kubernetes/kubeadm): 部署多节点 k8s 集群的工具。
- [kops](https://github.com/kubernetes/kops): 备选方案
- [kubespray](https://github.com/kubernetes-sigs/kubespray): 基于 kubeadm 和 ansible 的 k8s+系统部署工具
- [kustomize](https://github.com/kubernetes-sigs/kustomize): 自定义生成 K8S YAML 配置文件

### Serverless

Expand Down
8 changes: 4 additions & 4 deletions nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@
- [Inquirer](https://github.com/SBoudrias/Inquirer.js): 命令行交互提示
- [Enquirer](https://github.com/enquirer/enquirer): 类似 Inquirer,UI 交互更丰富
- [qoa](https://github.com/klaussinani/qoa): 备选方案
- [Caporal.js](https://github.com/mattallty/Caporal.js): 支持自动补全,自动构建帮助,语法友好的 CLI 框架。缺点是不支持 global option,详见 [issue](https://github.com/mattallty/Caporal.js/issues/21)
- [oclif](https://github.com/oclif/oclif): Heroku 出品。功能跟 Caporal.js 类似。特点是 OOP,Hook,插件更胜一筹
- [12 Factor CLI App](https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46)
- [commander.js](https://github.com/tj/commander.js): 比 Caporal 弱一点。备选方案
- [Caporal.js](https://github.com/mattallty/Caporal.js): 支持自动补全,自动构建帮助,语法友好的 CLI 框架。上手简单好用。
- [oclif](https://github.com/oclif/oclif): Heroku 出品。 Caporal.js 支持更多功能。特点是 OOP,Hook,插件体系。概念较多,比较臃肿。
- [12 Factor CLI App](https://medium.com/@jdxcode/12-factor-cli-apps-dd3c227a0e46)
- [an adaptive, intent based CLI "state machine"](https://gist.github.com/sw-yx/3af1e264b8460af8897768045b2c229f)

### 颜色 (Color)

Expand Down

0 comments on commit f6cece4

Please sign in to comment.