{"id":33897567,"url":"https://github.com/vidavidorra/create-project","last_synced_at":"2026-06-05T23:01:09.068Z","repository":{"id":203379462,"uuid":"709459159","full_name":"vidavidorra/create-project","owner":"vidavidorra","description":"Interactively create a project","archived":false,"fork":false,"pushed_at":"2026-05-29T06:33:29.000Z","size":4077,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-29T08:26:05.294Z","etag":null,"topics":["create","project"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vidavidorra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"jdbruijn"}},"created_at":"2023-10-24T19:02:59.000Z","updated_at":"2026-05-29T06:33:31.000Z","dependencies_parsed_at":"2026-05-10T21:00:45.300Z","dependency_job_id":null,"html_url":"https://github.com/vidavidorra/create-project","commit_stats":null,"previous_names":["vidavidorra/create-project"],"tags_count":610,"template":false,"template_full_name":null,"purl":"pkg:github/vidavidorra/create-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vidavidorra%2Fcreate-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vidavidorra%2Fcreate-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vidavidorra%2Fcreate-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vidavidorra%2Fcreate-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vidavidorra","download_url":"https://codeload.github.com/vidavidorra/create-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vidavidorra%2Fcreate-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33962959,"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-06-05T02:00:06.157Z","response_time":120,"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":["create","project"],"created_at":"2025-12-11T19:46:05.088Z","updated_at":"2026-06-05T23:01:09.015Z","avatar_url":"https://github.com/vidavidorra.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jdbruijn"],"categories":[],"sub_categories":[],"readme":"# Create project \u003c!-- omit in toc --\u003e\n\nInteractively create a project.\n\n- Standardised project and repository setup.\n- Linting using [**ESLint**](https://eslint.org/).\n- Code style using [**XO**](https://github.com/xojs/xo).\n- Code formatting using [**Prettier**](https://prettier.io/).\n- Commit style using [**`commitlint`**](https://commitlint.js.org/).\n- Version management using [**semantic-release**](https://semantic-release.gitbook.io/semantic-release/).\n- Dependency management using [**Renovate**](renovatebot.com/).\n- Add TypeScript, a testing framework and code coverage as desired.\n\n---\n\n[![npm version](https://img.shields.io/npm/v/@vidavidorra/create-project?logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/@vidavidorra/create-project)\n[![npm downloads](https://img.shields.io/npm/dm/@vidavidorra/create-project?logo=npm\u0026style=flat-square)](https://www.npmjs.com/package/@vidavidorra/create-project)\n[![Node.js version support](https://img.shields.io/node/v/@vidavidorra/create-project?logo=node.js\u0026style=flat-square)](https://nodejs.org/en/about/releases/)\n[![Renovate enabled](https://img.shields.io/badge/Renovate-enabled-brightgreen?logo=renovatebot\u0026logoColor\u0026style=flat-square)](https://renovatebot.com)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079?style=flat-square)](https://github.com/semantic-release/semantic-release)\n[![Code coverage](https://img.shields.io/codecov/c/github/vidavidorra/create-project?logo=codecov\u0026style=flat-square)](https://codecov.io/gh/vidavidorra/create-project)\n[![License](https://img.shields.io/github/license/vidavidorra/create-project?style=flat-square)](LICENSE.md)\n\n- [Install](#install)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [Security policy](#security-policy)\n- [License](#license)\n\n## Install\n\n```shell\nnpm install --global @vidavidorra/create-project\n```\n\n## Usage\n\nStart the interactive CLI to create a project.\n\n```shell\ncreate-project\n```\n\nOr run the interactive CLI directly via `npx`.\n\n```shell\nnpx @vidavidorra/create-project\n```\n\n## Contributing\n\nPlease [create an issue](https://github.com/vidavidorra/create-project/issues/new/choose) if you have a bug report or feature proposal, or [create a discussion](https://github.com/vidavidorra/create-project/discussions) if you have a question. If you like this project, please consider giving it a star ⭐\n\nRefer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) for detailed information about other contributions, like pull requests.\n\n[![Conventional Commits: 1.0.0](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=flat-square)](https://conventionalcommits.org)\n[![Linter](https://img.shields.io/badge/Linter-ESLint-4B32C3?logo=eslint\u0026style=flat-square)](https://eslint.org/)\n[![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo\u0026labelColor=gray\u0026style=flat-square)](https://github.com/xojs/xo)\n[![Code style](https://img.shields.io/badge/code_style-Prettier-ff69b4?logo=prettier\u0026style=flat-square)](https://github.com/prettier/prettier)\n\n## Security policy\n\nPlease refer to the [Security Policy on GitHub](https://github.com/vidavidorra/create-project/security/) for the security policy.\n\n## License\n\nThis project is licensed under the [GPLv3 license](https://www.gnu.org/licenses/gpl.html).\n\nCopyright © 2023-2026 Jeroen de Bruijn\n\n\u003cdetails\u003e\u003csummary\u003eLicense notice\u003c/summary\u003e\n\u003cp\u003e\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\nThe full text of the license is available in the [LICENSE](LICENSE.md) file in this repository and [online](https://www.gnu.org/licenses/gpl.html).\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvidavidorra%2Fcreate-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvidavidorra%2Fcreate-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvidavidorra%2Fcreate-project/lists"}