{"id":23324462,"url":"https://github.com/hacxy/create-defts","last_synced_at":"2025-10-20T04:53:29.970Z","repository":{"id":267742967,"uuid":"902208363","full_name":"hacxy/create-defts","owner":"hacxy","description":"🚀 Create a project using TypeScript as the default language.","archived":false,"fork":false,"pushed_at":"2025-01-15T11:42:51.000Z","size":441,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T10:18:56.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hacxy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2024-12-12T05:53:26.000Z","updated_at":"2025-01-15T11:42:52.000Z","dependencies_parsed_at":"2024-12-16T07:38:57.343Z","dependency_job_id":null,"html_url":"https://github.com/hacxy/create-defts","commit_stats":null,"previous_names":["hacxy/atsp","hacxy/create-atsp"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacxy%2Fcreate-defts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacxy%2Fcreate-defts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacxy%2Fcreate-defts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacxy%2Fcreate-defts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacxy","download_url":"https://codeload.github.com/hacxy/create-defts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601444,"owners_count":20964865,"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-12-20T18:16:45.932Z","updated_at":"2025-10-20T04:53:24.903Z","avatar_url":"https://github.com/hacxy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-defts\n\n🚀 Create a project using TypeScript as the default language.\n\nEnglish | [简体中文](./README_zh.md)\n\nIt is evident that this is a Nodejs-based scaffolding tool designed to help you quickly create a project developed using the TypeScript language.\n\n- All projects default to using TypeScript instead of JavaScript.\n\n- Multiple project types are available, such as: `CLI(command-line tool)` and `Library(tool library)`\n\n- Based on [@hacxy/eslint-config](https://github.com/hacxy/eslint-config) and uses a unified coding style.\n\n- Default to validating git commit messages, use `npm run commit` to generate fixed-format commit messages.\n\n- Default to providing a release script and automatically creating a GitHub release, execute `npm run release` to complete the release process.\n\n![](https://raw.githubusercontent.com/hacxy/hacxy/main/images/Kapture%202024-12-16%20at%2015.19.44.gif)\n\n## Prerequisites\n\n- nodejs \u003e= 18\n\n## Usage\n\nUsing npm:\n\n```sh\nnpm create defts@latest\n```\n\nUsing yarn:\n\n```sh\nyarn create defts\n```\n\nUsing pnpm:\n\n```sh\npnpm create defts\n```\n\nUsing bun:\n\n```sh\nbun create defts\n```\n\nPlease follow the prompts after execution.\n\n---\n\nYou can also specify the project name and required project template directly through additional command-line options. For example, to build a CLI project, run:\n\n```sh\n# npm 7+, an additional double dash is required:\n\nnpm create defts@latest my-cli-app -- --template cli-tsup\n\n# yarn:\n\nyarn create defts my-cli-app --template cli-tsup\n\n# pnpm:\n\npnpm create defts my-cli-app --template cli-tsup\n\n# bun:\n\nbun create defts my-cli-app --template cli-tsup\n```\n\n## License\n\n[MIT](./LICENSE) License \u0026copy; 2023-PRESENT [Hacxy](https://github.com/hacxy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacxy%2Fcreate-defts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacxy%2Fcreate-defts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacxy%2Fcreate-defts/lists"}