{"id":21806489,"url":"https://github.com/thibseisel/nestjs-schematics","last_synced_at":"2026-04-12T13:41:43.866Z","repository":{"id":220696597,"uuid":"752325727","full_name":"thibseisel/nestjs-schematics","owner":"thibseisel","description":"Better NestJS project template.","archived":false,"fork":false,"pushed_at":"2025-05-07T19:27:53.000Z","size":210,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T20:26:34.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thibseisel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-03T16:31:35.000Z","updated_at":"2025-05-07T19:27:57.000Z","dependencies_parsed_at":"2024-02-03T18:24:25.069Z","dependency_job_id":"5a06f399-06f3-41c8-b419-cecf40714f40","html_url":"https://github.com/thibseisel/nestjs-schematics","commit_stats":null,"previous_names":["thibseisel/nestjs-schematics"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/thibseisel/nestjs-schematics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibseisel%2Fnestjs-schematics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibseisel%2Fnestjs-schematics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibseisel%2Fnestjs-schematics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibseisel%2Fnestjs-schematics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thibseisel","download_url":"https://codeload.github.com/thibseisel/nestjs-schematics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thibseisel%2Fnestjs-schematics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264995309,"owners_count":23694937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-27T12:20:04.194Z","updated_at":"2026-04-12T13:41:43.803Z","avatar_url":"https://github.com/thibseisel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJS schematics\n\nDefines custom generation templates - also known as schematics - for the NestJS framework.\n\nThis project defines the following templates:\n\n| Collection name | Description                           |\n| --------------- | ------------------------------------- |\n| `application`   | Generates a new NestJS project.       |\n| `azure`         | Generate Azure Pipelines definitions. |\n| `docker`        | Generates Docker configuration files. |\n\n# How to use\n\nDue to a limitation of the NestJS CLI, you have to install both this package and `@nestjs/cli` globally:\n\n```sh\nnpm i -g @nestjs/cli @tseisel/nestjs-schematics\n```\n\n## application\n\nThis is an alternative to the default project template created when running `nest new`.\nI've grown tired configuring my favorite tools whenever I start a new project, so I made it a template.\n\nIt takes a more opinionated approach by configuring various tools that improve code quality, so you can directly focus on writing great features instead of taking the whole day writing configurations files.\n\n- TypeScript in strict mode\n- Automated code formatting with Prettier\n- Automated code linting with ESLint\n- Build and bundle with Webpack\n- Auto-generated Swagger docs\n- Health-check endpoint\n\nRun the following command to generate a new project in a subfolder:\n\n```sh\nnest new -c @tseisel/nestjs-schematics\n```\n\n## azure\n\nGenerates configuration files to run a pull request check pipeline on an Azure DevOps build Agent.\n\n```sh\nnest g -c @tseisel/nestjs-schematics azure\n```\n\n## docker\n\nGenerates configuration files that are required for development and deployment with Docker. This schematic can be applied on an existing project.\n\nThe following files are generated at the project root:\n\n- `.dockerignore`\n- `Dockerfile`\n- `docker-compose.yml`\n\nIf any of these files already exist, it is replaced by the generated version.\n\n```sh\nnest g -c @tseisel/nestjs-schematics docker\n```\n\n# Contributing\n\nBecause NestJS borrows a lot from Angular, it uses exactly [the same tooling](https://angular.io/guide/schematics-authoring) for template-based project generation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibseisel%2Fnestjs-schematics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthibseisel%2Fnestjs-schematics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthibseisel%2Fnestjs-schematics/lists"}