{"id":32750345,"url":"https://github.com/mugabodannyshafi/nestify","last_synced_at":"2026-07-19T23:07:56.468Z","repository":{"id":315409230,"uuid":"1059296857","full_name":"mugabodannyshafi/nestify","owner":"mugabodannyshafi","description":"An advanced developer CLI for NestJS that helps you generate, structure, and manage production-ready backend apps faster.","archived":false,"fork":false,"pushed_at":"2026-06-03T23:11:39.000Z","size":352,"stargazers_count":61,"open_issues_count":20,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-17T13:29:47.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://srt.rw/rT9RNP","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mugabodannyshafi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T08:59:26.000Z","updated_at":"2026-07-14T10:05:35.000Z","dependencies_parsed_at":"2025-09-19T16:38:10.640Z","dependency_job_id":"d87271d0-1ca7-4deb-858e-89164a52cf7f","html_url":"https://github.com/mugabodannyshafi/nestify","commit_stats":null,"previous_names":["mugabodannyshafi/nestforge","mugabodannyshafi/nestify"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/mugabodannyshafi/nestify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugabodannyshafi%2Fnestify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugabodannyshafi%2Fnestify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugabodannyshafi%2Fnestify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugabodannyshafi%2Fnestify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mugabodannyshafi","download_url":"https://codeload.github.com/mugabodannyshafi/nestify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugabodannyshafi%2Fnestify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35667539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-19T02:00:06.923Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-11-03T23:00:50.235Z","updated_at":"2026-07-19T23:07:56.463Z","avatar_url":"https://github.com/mugabodannyshafi.png","language":"TypeScript","funding_links":[],"categories":["Resources"],"sub_categories":[],"readme":"# Nestify - Supercharged NestJS CLI\n\n[![npm version](https://img.shields.io/npm/v/nestify-cli.svg)](https://www.npmjs.com/package/nestify-cli)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Node.js Version](https://img.shields.io/node/v/nestify-cli.svg)](https://nodejs.org)\n\n\u003e A powerful CLI tool for scaffolding production-ready NestJS projects with Docker, testing, and CI/CD setup out of the box.\n\n## Documentation\n\nFor full documentation, visit [https://srt.rw/rT9RNP](https://srt.rw/rT9RNP)\n\n## Installation\n\n```bash\nnpm install -g nestify-cli\n```\n\n## Quick Start\n\n```bash\nnestify new my-awesome-app\n```\n\nFollow the interactive prompts to configure your project with:\n\n- Package manager (npm/yarn/pnpm)\n- Docker support (MySQL/PostgreSQL/MongoDB + Redis)\n- Swagger documentation\n- GitHub Actions CI/CD\n\n## Git Requirement\n\n`nestify` expects `git` to be available on your PATH by default and will initialize a repository for new projects. If `git` is not installed the CLI will exit with a helpful message. To skip Git initialization use the `--no-git` flag when creating a project:\n\n```bash\nnestify new my-awesome-app --no-git\n```\n\n## Key Features\n\n- **Production-ready NestJS setup** with best practices\n- **Docker Compose** with database and Redis\n- **ORM Support** with Prisma (CLI-based) or TypeORM\n- **Testing** with Jest (unit \u0026 e2e)\n- **CI/CD** with GitHub Actions\n- **Code quality** with ESLint and Prettier\n- **API documentation** with Swagger (optional)\n- **Environment management** with .env files\n\n## Database \u0026 ORM Support\n\n### Prisma\n\nNestify uses the official Prisma CLI to initialize your database layer, ensuring you always get the latest features and best practices.\n\n### TypeORM\n\nFull TypeORM support with entity-based models for MySQL, PostgreSQL.\n\n### Mongoose\n\nMongoDB integration with Mongoose for schema-based modeling.\n\n## License\n\nMIT\n\n## Author\n\n**Shafi Danny MUGABO**  \n[GitHub](https://srt.rw/k8l53P) | [NPM](https://www.npmjs.com/package/nestify-cli) | [Documentation](https://srt.rw/rT9RNP)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugabodannyshafi%2Fnestify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmugabodannyshafi%2Fnestify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugabodannyshafi%2Fnestify/lists"}