{"id":30522921,"url":"https://github.com/davlgd/create-gh-project","last_synced_at":"2026-04-11T12:34:55.712Z","repository":{"id":311554487,"uuid":"1043906160","full_name":"davlgd/create-gh-project","owner":"davlgd","description":"🚀 Bootstrap your projects with all the essential files and configurations","archived":false,"fork":false,"pushed_at":"2025-08-25T07:41:49.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T12:34:34.351Z","etag":null,"topics":["bootstrap","claude-code","copilot","github","project"],"latest_commit_sha":null,"homepage":"https://npmjs.org/create-gh-project","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davlgd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-24T21:35:29.000Z","updated_at":"2025-08-25T07:15:33.000Z","dependencies_parsed_at":"2025-08-25T08:02:54.361Z","dependency_job_id":"7c26db9f-eb5e-4194-a69e-5ca454830ba6","html_url":"https://github.com/davlgd/create-gh-project","commit_stats":null,"previous_names":["davlgd/create-gh-project"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/davlgd/create-gh-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davlgd%2Fcreate-gh-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davlgd%2Fcreate-gh-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davlgd%2Fcreate-gh-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davlgd%2Fcreate-gh-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davlgd","download_url":"https://codeload.github.com/davlgd/create-gh-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davlgd%2Fcreate-gh-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31681201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","claude-code","copilot","github","project"],"created_at":"2025-08-26T19:43:08.188Z","updated_at":"2026-04-11T12:34:55.696Z","avatar_url":"https://github.com/davlgd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-gh-project\n\n[![CI](https://github.com/davlgd/create-gh-project/actions/workflows/ci.yml/badge.svg)](https://github.com/davlgd/create-gh-project/actions/workflows/ci.yml)\n[![npm version](https://img.shields.io/npm/v/create-gh-project?color=red)](https://www.npmjs.com/package/create-gh-project)\n[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n**Bootstrap production-ready projects in seconds.** Complete setup with AI context, quality tools, and GitHub workflows - skip hours of tedious configuration.\n\n## 🌟 Features\n\n- **🚀 Ready-to-use project structure** for professional development\n- **🤖 Automated GitHub repository creation** with proper settings with `gh` CLI\n- **⚙️ Pre-configured quality tools**: ESLint, Prettier, TypeScript\n- **🧠 AI development context**: CLAUDE.md and specialized Claude agents\n- **🔄 GitHub Actions workflows** for CI/CD pipelines\n- **📚 Comprehensive documentation** templates\n- **📄 License options**: MIT or Apache-2.0\n\n## 🚀 Usage Examples\n\n### Quick Start\n\n```bash\n# Basic project\nnpm create gh-project -- my-app\n```\n\n### Advanced Usage\n\n```bash\n# With custom description and MIT license\nnpm create gh-project -- my-app -d \"My awesome application\" -l MIT\n\n# Create GitHub repository automatically\nnpm create gh-project -- my-app --github\n\n# Private GitHub repository\nnpm create gh-project -- my-app --github --private\n```\n\n### What You Get\n\nYour project includes everything for professional development:\n\n- **Project structure** with proper organization\n- **AI development context** (CLAUDE.md + specialized Claude agents)\n- **Quality tools** (ESLint, Prettier, TypeScript) pre-configured\n- **GitHub workflows** for automated CI/CD\n- **Documentation templates** ready to customize\n- **Proper licensing** and gitignore files\n\nPerfect for prototypes, professional projects, and AI-assisted development.\n\n### Explore Your Project\n\n```bash\n# See what was created\nls -lah\n# You'll find: README.md, CLAUDE.md, .github/, and more!\n\n# Open in your editor - AI assistants will understand your project immediately\ncode .\n```\n\n## 📋 Command Reference\n\n```bash\nnpm create gh-project -- \u003cname\u003e [options]\n# or\nbun create gh-project -- \u003cname\u003e [options]\n\nArguments:\n  name                      Project name (default: \"new-project\")\n\nOptions:\n  -o, --output \u003cdirectory\u003e  Output directory (default: project name)\n  -d, --description \u003cdesc\u003e  Project description\n  -l, --license \u003clicense\u003e   License type (MIT or Apache-2.0) (default: \"Apache-2.0\")\n  -g, --github              Create GitHub repository (default: false)\n  -p, --private             Create private repository (only with --github) (default: false)\n  -f, --force               Overwrite existing directory without confirmation (default: false)\n  -h, --help                Display help for command\n  -V, --version             Display version number\n```\n\n## 📁 What's Generated\n\nYour generated project includes comprehensive AI context:\n\n- **CLAUDE.md**: Complete development guidelines and project context\n- **copilot-instructions.md**: GitHub Copilot optimization (symlinked to CLAUDE.md)\n- **Claude agents**: Specialized agents for code review, documentation, and releases\n\nAI assistants immediately understand your project structure, coding standards, and development workflow without additional context.\n\n## Advanced Features\n\n- **Smart validation** - Project names checked for GitHub compatibility\n- **Directory protection** - Safe overwrites with `--force` flag\n- **GitHub integration** - Automatic repository creation with real username detection\n- **Security focused** - Input validation and safe command execution\n\nFile and directory structure will look like this:\n\n```\nmy-project/\n├── README.md                           # Comprehensive project documentation\n├── CLAUDE.md                           # AI development instructions \u0026 context\n├── CHANGELOG.md                        # Semantic versioning changelog\n├── LICENSE                             # MIT or Apache-2.0 license\n├── .gitignore                          # Comprehensive gitignore rules\n├── .editorconfig                       # Editor configuration\n├── tsconfig.json                       # TypeScript configuration\n├── .eslintrc.json                      # ESLint configuration with quality rules\n├── .claude/                            # Claude AI agents for development tasks\n│   ├── agents/\n│   │   ├── code-quality-reviewer.md    # Agent for code quality reviews\n│   │   ├── doc-writer.md               # Agent for writing documentation\n│   │   └── release-manager.md          # Agent for managing releases\n└── .github/\n    ├── workflows/\n    │   ├── ci.yml           # Automated CI pipeline\n    │   └── release.yml      # Automated releases\n    └── copilot-instructions.md  # GitHub Copilot AI instructions (links to CLAUDE.md)\n```\n\n## 🛠️ Development\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- Git for version control\n- GitHub CLI for repository management\n- Node.js \u003e= 22 or Bun \u003e= 1.2 to run the CLI\n\n```bash\n# Clone and setup\ngit clone https://github.com/davlgd/create-gh-project.git\ncd create-gh-project\nbun install  # or npm install\n\n# Test the CLI locally\nbun run src/index.ts test-project --output /tmp/test-project\n\n# Run full validation suite\nbun run validate  # typecheck + lint + test\n# Fix lint and format issues automatically\nbun run fix\n```\n\n### Development Workflow\n\n- **Check CI status**: The workflows in \\`.github/workflows/\\` provide automated testing\n- **Follow conventions**: See \\`CLAUDE.md\\` for coding standards and best practices\n- **Update documentation**: Keep README and other docs current with changes\n- **Test thoroughly**: Ensure quality before committing\n\nUse available Claude Agents to help: @code-quality-reviewer, @documentation-maintainer, @release-preparation-validator.\n\n## 🤝 Contributing\n\nContributions are welcome! Just follow these steps:\n\n1. Fork the repository\n2. Create a feature branch: \\`git checkout -b user/your-feature\\`\n3. Make your changes following the project's conventions\n4. Test your changes thoroughly\n5. Update documentation if needed\n6. Commit with clear, descriptive messages\n7. Push to your branch: \\`git push origin feature/your-feature\\`\n8. Open a Pull Request\n\nYou can edit and enhance templates through `src/templates/` and `src/services/template-generator.ts`.\n\n## 📄 License\n\nThis project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- Built with [Bun](https://bun.sh) - Fast JS/TS runtime\n- CLI powered by [Commander.js](https://github.com/tj/commander.js)\n\n---\n\n⭐ Found this useful? Give it a star [on GitHub](https://github.com/davlgd/create-gh-project) and share it with others!\n\nMade with ❤️ for the Open Source Community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavlgd%2Fcreate-gh-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavlgd%2Fcreate-gh-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavlgd%2Fcreate-gh-project/lists"}