{"id":31462014,"url":"https://github.com/seognil/type-done","last_synced_at":"2025-10-01T15:34:19.342Z","repository":{"id":42854675,"uuid":"259002138","full_name":"seognil/type-done","owner":"seognil","description":"Install missing TypeScript definition packages with one click.","archived":false,"fork":false,"pushed_at":"2023-01-07T04:40:47.000Z","size":880,"stargazers_count":9,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-25T01:26:23.176Z","etag":null,"topics":["definitelytyped","installer","tool","types","typescript","typings"],"latest_commit_sha":null,"homepage":"https://npmjs.com/type-done","language":"TypeScript","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/seognil.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}},"created_at":"2020-04-26T10:28:24.000Z","updated_at":"2023-04-11T12:49:29.000Z","dependencies_parsed_at":"2023-02-06T12:01:48.855Z","dependency_job_id":null,"html_url":"https://github.com/seognil/type-done","commit_stats":null,"previous_names":["seognil-lab/type-done"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/seognil/type-done","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seognil%2Ftype-done","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seognil%2Ftype-done/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seognil%2Ftype-done/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seognil%2Ftype-done/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seognil","download_url":"https://codeload.github.com/seognil/type-done/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seognil%2Ftype-done/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277865673,"owners_count":25891272,"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","status":"online","status_checked_at":"2025-10-01T02:00:09.286Z","response_time":88,"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":["definitelytyped","installer","tool","types","typescript","typings"],"created_at":"2025-10-01T15:34:16.021Z","updated_at":"2025-10-01T15:34:19.332Z","avatar_url":"https://github.com/seognil.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Type Done\n\n[![npm][npm]][npm-url] [![node][node]][node-url]\n\n[npm]: https://img.shields.io/npm/v/type-done\n[npm-url]: https://npmjs.com/package/type-done\n[node]: https://img.shields.io/node/v/type-done\n[node-url]: https://nodejs.org\n\nInstall missing TypeScript definition packages with one click.\n\n\u003e You can also read this README in [English](./README.md), [简体中文](./README.zh-hans.md)\n\n![type-done overview](https://raw.githubusercontent.com/seognil-lab/type-done/master/screenshots/type-done-overview.png)\n\n---\n\nThis tool analyze the `package.json` file of your project, install missing TypeScript definition packages and uninstall useless ones for you.\n\n(e.g. [@types/moment](https://www.npmjs.com/package/@types/moment) is deprecated now, because [moment](https://github.com/moment/moment) includes [its own definition files](https://github.com/moment/moment/blob/develop/moment.d.ts))\n\n(About TypeScript definition, you can check [TypeScript Document](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html) and [definitelytyped.org](http://definitelytyped.org/))\n\n## Feature\n\ntype-done supports:\n\n- Uninstall deprecated packages (e.g. `@types/moment` we just mentioned before)\n- Uninstall unused definition packages\n- Use local setting registry from `npm config` for fetch (e.g. Chinese developers may using `https://registry.npm.taobao.org/` instead of `https://registry.npmjs.org/`)\n- Parallel fetching, improve the speed\n- Also check `@types/node`\n- Support `yarn` or `npm`\n\nInspired by these tools below, I enhanced some features, it will run faster:\n\n- [salimkayabasi/types-checker](https://github.com/salimkayabasi/types-checker)\n- [nfour/types-installer](https://github.com/nfour/types-installer)\n- [T-Specht/ts-typie](https://github.com/T-Specht/ts-typie)\n\n## Installation\n\nGlobal install:\n\n- `npm -g i type-done`\n- `yarn global add type-done`\n\n## Usage\n\nWhile at your node project folder, run `type-done` through terminal\n\n`type-done [options]`\n\n### Option\n\n| Option                 | Description                                                       |\n| ---------------------- | ----------------------------------------------------------------- |\n| `-t`, `--tool [value]` | Use specific package manager (try `yarn`, `pnpm`, `npm` in order) |\n| `--skip-add`           | Skip add missing @types                                           |\n| `--skip-remove`        | Skip removing unuseful @types                                     |\n| `--skip-sort`          | Skip sorting dependencies in package.json                         |\n| `-s`, `--skip-install` | Skip run install after analyzed                                   |\n| `-d`, `--dry-run`      | Analyze only                                                      |\n| `-p`, `--parallel \u003cn\u003e` | Set maximum number of parallel fetch tasks (defaults to 10)       |\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseognil%2Ftype-done","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseognil%2Ftype-done","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseognil%2Ftype-done/lists"}