{"id":19323467,"url":"https://github.com/salimkayabasi/types-checker","last_synced_at":"2025-04-22T19:32:18.127Z","repository":{"id":53108190,"uuid":"100707314","full_name":"salimkayabasi/types-checker","owner":"salimkayabasi","description":"Check missing type definition modules for your Typescript project","archived":false,"fork":false,"pushed_at":"2022-06-26T09:13:46.000Z","size":181,"stargazers_count":15,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-15T18:52:17.467Z","etag":null,"topics":["checker","tool","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/salimkayabasi.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}},"created_at":"2017-08-18T11:51:38.000Z","updated_at":"2023-02-15T17:38:16.000Z","dependencies_parsed_at":"2022-09-07T19:41:29.177Z","dependency_job_id":null,"html_url":"https://github.com/salimkayabasi/types-checker","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Ftypes-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Ftypes-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Ftypes-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salimkayabasi%2Ftypes-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/salimkayabasi","download_url":"https://codeload.github.com/salimkayabasi/types-checker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250308550,"owners_count":21409291,"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":["checker","tool","typescript"],"created_at":"2024-11-10T01:47:42.214Z","updated_at":"2025-04-22T19:32:17.629Z","avatar_url":"https://github.com/salimkayabasi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# types-checker\n\n[![Dependency Status](https://img.shields.io/david/salimkayabasi/types-checker.svg)](https://david-dm.org/salimkayabasi/types-checker)\n[![npm](https://img.shields.io/npm/dm/types-checker.svg?maxAge=2592000)]()\n[![npm version](https://badge.fury.io/js/types-checker.svg)](https://badge.fury.io/js/types-checker)\n[![Build Status](https://travis-ci.org/salimkayabasi/types-checker.svg?)](https://travis-ci.org/salimkayabasi/types-checker)\n\n\u003e Check missing type definition modules for your Typescript project\n\nYou may forget to add `type definition`s for your projects. It's hard to add all dependencies at \nthe same time. You need to be sure that how many modules have definition module like `@types/...`.\n\n`types-checker` will do it for you\n\n```bash\ncd path/of/your/project\ntypes-checker # aliases ts-checker OR tscheck\n```\n\n[![asciicast](https://asciinema.org/a/ZyQ7R7YoLccHX2tpL5IdgsK81.png)](https://asciinema.org/a/ZyQ7R7YoLccHX2tpL5IdgsK81)\n\n### Usage\n\nDefault params\n```bash\n\ntscheck\nStarting types-checker@0.0.3\nThese modules are missing @types/config @types/node\nPlease run with '--all' param if you want to install these dependencies\nDone in 1.66s\n\n```\n\nUsing with Yarn\n```bash\n\ntscheck -a\nStarting types-checker@0.0.3\nThese modules are missing @types/config @types/node\nRunning yarn add --dev @types/config @types/node\nDone in 2.66s\n\n```\n\nUsing with NPM\n```bash\n\ntscheck -a -N\nStarting types-checker@0.0.3\nThese modules are missing @types/config @types/node\nRunning npm install --save-dev @types/config @types/node\nDone in 2.00s\n\n```\n\n### Interactive Mode\n\n[![asciicast](https://asciinema.org/a/134438.png)](https://asciinema.org/a/134438)\n\n### Installing\n```bash\nyarn add global types-checker\n```\nor\n```bash\nnpm i -g types-checker\n```\n\n### Options\n```bash\ntypes-checker --help\n\nUsage: types-checker [options]\n\nOptions:\n\n  -V, --version           output the version number\n  -l, --logger            Debug output. See all logs\n  -c, --no-color          Disable colored output\n  -a, --install           Install all possible type definitions\n  -e, --error             Return the number of packages as exit code\n  -p, --path [value]      Path for package.json file\n  -i, --interactive       Interactive mode\n  -N, --use-npm           Use NPM instead of Yarn\n  -D, --dev-dependencies  Search for devDependencies\n  -h, --help              output usage information\n\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalimkayabasi%2Ftypes-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsalimkayabasi%2Ftypes-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsalimkayabasi%2Ftypes-checker/lists"}