Skip to content

Commit

Permalink
feat: 每日新增
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Jan 16, 2024
1 parent 3096223 commit fb22014
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions items/Dev-Tools/golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Dev-Tools
owner: golangci
repo: golangci-lint
desc: '一个快速的 Go linter 运行器。它并行运行 linter,使用缓存,支持 yaml 配置,与所有主要 IDE 集成,并包含数十个 linter'
desc_en: 'Fast linters runner for Go. 5x faster than gometalinter. Nice colored output. Can report only new issues. Fewer false-positives. Yaml/toml config. Highly customizable. Many linters. Fewer mistakes. CI-integrated. Used by Uber, The New York Times, GitLab, HashiCorp, OpenShift and others.'
5 changes: 5 additions & 0 deletions items/Dev-Tools/pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Dev-Tools
owner: pre-commit
repo: pre-commit-hooks
desc: '一些用于代码预提交的开箱即用的前置检测工具'
desc_en: 'Some out-of-the-box pre-check tools for code pre-commit'
5 changes: 5 additions & 0 deletions items/K8S-Tools/monokle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: K8S-Tools
owner: kubeshop
repo: monokle
desc: '通过可视化 UI 更好地创建、理解和部署 YAML 清单,该 UI 还提供策略验证和集群见解'
desc_en: 'Better create, understand and deploy YAML manifests with a visual UI that also offers policy validation and cluster insights'
5 changes: 5 additions & 0 deletions items/Kafka-Manage/kafdrop.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Kafka-Manage
owner: obsidiandynamics
repo: kafdrop
desc: '一个用于查看 Kafka 主题和浏览消费者组的 Web UI。该工具显示代理、主题、分区、消费者等信息,并允许您查看消息'
desc_en: 'A web UI for viewing Kafka topics and browsing consumer groups. The tool displays information such as brokers, topics, partitions, consumers, and lets you view messages.'
5 changes: 5 additions & 0 deletions items/oauth2/logto.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: Monitor
owner: logto-io
repo: logto
desc: '专为现代应用程序和 SaaS 产品设计的 Auth0 替代方案。它提供无缝的开发人员体验,非常适合个人和成长型公司'
desc_en: 'An Auth0 alternative designed for modern applications and SaaS products. It provides a seamless developer experience and is great for individuals and growing companies'
5 changes: 5 additions & 0 deletions items/接口管理/apicat.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 接口管理
owner: apicat
repo: apicat
desc: '一款基于 AI 技术的 API 开发工具,它旨在通过自动化和智能化的方式,帮助开发人员更快速、更高效地开发 API'
desc_en: 'An API development tool based on AI technology, which aims to help developers develop APIs faster and more efficiently through automation and intelligence'
5 changes: 5 additions & 0 deletions items/终端命令行工具/npkill.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: 终端命令行工具
owner: voidcosmos
repo: npkill
desc: '该工具可以列出系统中的任何 node_modules 目录,以及它们占用的空间。然后,您可以选择要清除哪些文件以释放空间'
desc_en: 'This tool can list any node_modules directory in the system and the space they occupy. Then, you can choose which files to clear to free up space'

0 comments on commit fb22014

Please sign in to comment.