{"id":13567847,"url":"https://github.com/krzkaczor/tadd","last_synced_at":"2025-04-19T08:07:24.690Z","repository":{"id":65514002,"uuid":"102404064","full_name":"krzkaczor/tadd","owner":"krzkaczor","description":"📺 Installs packages and automatically finds best Typescript typings","archived":false,"fork":false,"pushed_at":"2017-11-17T16:08:13.000Z","size":28,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T12:53:10.652Z","etag":null,"topics":["javascript","typescript","typings"],"latest_commit_sha":null,"homepage":"","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/krzkaczor.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-09-04T21:27:45.000Z","updated_at":"2021-11-13T15:33:25.000Z","dependencies_parsed_at":"2023-01-26T20:55:15.551Z","dependency_job_id":null,"html_url":"https://github.com/krzkaczor/tadd","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzkaczor%2Ftadd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzkaczor%2Ftadd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzkaczor%2Ftadd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krzkaczor%2Ftadd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krzkaczor","download_url":"https://codeload.github.com/krzkaczor/tadd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249644736,"owners_count":21305544,"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":["javascript","typescript","typings"],"created_at":"2024-08-01T13:02:45.960Z","updated_at":"2025-04-19T08:07:24.657Z","avatar_url":"https://github.com/krzkaczor.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# tadd\n\nInstalls packages and automatically finds best Typescript typings\n\n![tadd demo](https://media.giphy.com/media/l378gE3TwOAokleda/giphy.gif)\n\n## Install\n```\nnpm install --global tadd\n```\n\n## Usage\n\n```\ntadd [-dev] ...packages\n```\n\n`tadd` is simple wrapper around your package manager. Supports both npm and yarn.\n\n## Motivation\nOne of the biggest strengths of a Javascript ecosystem is easy access to thousands of high-quality packages on npm. When using Typescript this requires more ceremony because you need to obtain typing information. \n\nExcept for `npm install packageX` you need to do `npm install --dev @types/packageX` as well (assuming that official typings are on npm). Initially `tadd` was meant to solve only this problem - me being too lazy to type two commands ;) but it turns out that there is much more space for improvements. \n\nSome packages, `redux` for example, come with builtin typings - so actually you don't have to do anything. Other times installing typings results in mismatched version. In the time of writing this readme `npm install react` installs latest stable version (15.x) but `npm install @types/react` gets typings for not yet released version (16.x). This means that you should always verify typings version installed automatically for you. \n\n`tadd` is here to solve all of these problems (and even more soon!).\n\n\n## Todo\n\n - better heuristics for finding best typings\n - npm search when no official typings were available on `@types`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrzkaczor%2Ftadd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrzkaczor%2Ftadd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrzkaczor%2Ftadd/lists"}