← 返回
未分类 中文

Repo

Project initialization toolkit. contributing - auto-generate CONTRIBUTING.md from project structure [contributing.md]. "init", "project init", "initialize pr...
项目初始化工具集。贡献 - 根据项目结构自动生成 CONTRIBUTING.md [contributing.md]。可使用 “init”、 “project init”、 “initialize pr...”
drumrobot
未分类 clawhub v0.3.0 3 版本 100000 Key: 无需
★ 1
Stars
📥 657
下载
💾 1
安装
3
版本
#latest

概述

Init

Project initialization toolkit — scaffolding, boilerplate generation, and setup automation for new or existing projects.

Topics

TopicDescriptionGuide
---------------------------
contributingAuto-generate CONTRIBUTING.md from project structure analysiscontributing.md

Quick Reference

Contributing (Auto-generate CONTRIBUTING.md)

/init contributing    # Analyze project and generate CONTRIBUTING.md

Key steps:

  1. Detect project type (monorepo, single package, npm workspaces)
  2. Analyze config files (package.json, .editorconfig, eslint, husky)
  3. Detect directory structure and dependencies
  4. Generate CONTRIBUTING.md with detected settings

What gets detected:

  • Requirements: Node.js version, package manager from engines and packageManager
  • Code Style: indent, EOL, charset from .editorconfig
  • Lint Config: ESLint rules, Prettier settings
  • Build Commands: scripts from package.json
  • Commit Convention: Conventional Commits format with detected scopes
  • Pre-commit Hooks: husky configuration
  • Monorepo Structure: package dependency graph and build order

Detailed guide

Design Philosophy

  • Detection over assumption: Only include sections for settings that actually exist in the project
  • Language-aware: Match project language (English for open source, Korean for internal)
  • Non-destructive: Always confirm before overwriting existing files

版本历史

共 3 个版本

  • v0.3.0 当前
    2026-06-04 13:08
  • v0.1.1
    2026-05-21 12:58 安全 安全
  • v0.1.0
    2026-05-03 09:35 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

Tdd

drumrobot
用于编码和缺陷修复的测试驱动开发(TDD),包括 Red→Green→Refactor 循环、预期行为定义、缺陷修复 TDD、反模式 [cycle.md]、运行...
★ 0 📥 1,173

Git Repo

drumrobot
Git 仓库与 SourceGit 集成:克隆(ghq get + 自动注册 SourceGit),修复工作树(裸仓库恢复),合并重复(同源处理)
★ 0 📥 633

Claude Session

drumrobot
Claude Code session management. Topics — id (current session UUID), list (enumerate sessions), search (keyword + result
★ 0 📥 659