{"id":21193658,"url":"https://github.com/danielmschmidt/typescript-all-in-converter","last_synced_at":"2025-07-10T03:32:55.088Z","repository":{"id":39097796,"uuid":"192621937","full_name":"DanielMSchmidt/typescript-all-in-converter","owner":"DanielMSchmidt","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T09:10:48.000Z","size":144,"stargazers_count":2,"open_issues_count":25,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-28T10:33:40.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/DanielMSchmidt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-18T22:44:40.000Z","updated_at":"2019-08-01T08:41:46.000Z","dependencies_parsed_at":"2023-11-07T19:38:41.226Z","dependency_job_id":"128fc9a5-bc5a-4e74-b318-e0cfd67fae82","html_url":"https://github.com/DanielMSchmidt/typescript-all-in-converter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Ftypescript-all-in-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Ftypescript-all-in-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Ftypescript-all-in-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMSchmidt%2Ftypescript-all-in-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielMSchmidt","download_url":"https://codeload.github.com/DanielMSchmidt/typescript-all-in-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225615164,"owners_count":17496946,"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-11-20T19:15:11.428Z","updated_at":"2024-11-20T19:15:11.890Z","avatar_url":"https://github.com/DanielMSchmidt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typescript All-In Converter\n\nEver had a massive project with a lot of Javascript files? Moving everything to [Typescript at once and setting a lot of ts-ignores](https://www.youtube.com/watch?v=P-J9Eg7hJwE) is one way to do it. This CLI tool wants to help with it.\n\n## Usage\n\nRun `npx typescript-all-in /path/to/project` in a project where a typescript converter is setup and typescript is installd. The effect will be:\n\n- Every `js` file will be changed to a `ts` or `tsx` file\n- Every typescript error will be ignored with a `// @ts-ignore typescript-all-in` error, so the project will still compile\n- Every existing `// @ts-ignore typescript-all-in` comment will be removed and it will be checked if they are still needed\n\nThis means if you ran this command already, you can safely run it again. Plus, you can also run it after you fixed a type error to check which other ones might also be fixed by that.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmschmidt%2Ftypescript-all-in-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmschmidt%2Ftypescript-all-in-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmschmidt%2Ftypescript-all-in-converter/lists"}