{"id":15024738,"url":"https://github.com/corentinth/it-tools","last_synced_at":"2025-05-12T05:16:00.301Z","repository":{"id":37483833,"uuid":"253222599","full_name":"CorentinTh/it-tools","owner":"CorentinTh","description":"Collection of handy online tools for developers, with great UX. ","archived":false,"fork":false,"pushed_at":"2025-04-30T22:34:30.000Z","size":13082,"stargazers_count":29686,"open_issues_count":689,"forks_count":3530,"subscribers_count":137,"default_branch":"main","last_synced_at":"2025-05-12T05:15:45.096Z","etag":null,"topics":["converter","developer-productivity","developer-tools","frontend","javascript","productivity","tool","tools","typescript","vuejs","website"],"latest_commit_sha":null,"homepage":"https://it-tools.tech","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CorentinTh.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":["CorentinTh"]}},"created_at":"2020-04-05T11:50:24.000Z","updated_at":"2025-05-12T05:08:42.000Z","dependencies_parsed_at":"2022-07-12T16:18:59.570Z","dependency_job_id":"26022bb8-3793-43ad-bc7a-7caf2d0e2a72","html_url":"https://github.com/CorentinTh/it-tools","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fit-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fit-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fit-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorentinTh%2Fit-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CorentinTh","download_url":"https://codeload.github.com/CorentinTh/it-tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253678904,"owners_count":21946319,"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":["converter","developer-productivity","developer-tools","frontend","javascript","productivity","tool","tools","typescript","vuejs","website"],"created_at":"2024-09-24T20:00:49.375Z","updated_at":"2025-05-12T05:16:00.270Z","avatar_url":"https://github.com/CorentinTh.png","language":"Vue","readme":"\u003cpicture\u003e\n    \u003csource srcset=\"./.github/logo-dark.png\" media=\"(prefers-color-scheme: light)\"\u003e\n    \u003csource srcset=\"./.github/logo-white.png\" media=\"(prefers-color-scheme: dark)\"\u003e\n    \u003cimg src=\"./.github/logo-dark.png\" alt=\"logo\"\u003e\n\u003c/picture\u003e\n\nUseful tools for developer and people working in IT. [Have a look !](https://it-tools.tech).\n\n## Functionalities and roadmap\n\nPlease check the [issues](https://github.com/CorentinTh/it-tools/issues) to see if some feature listed to be implemented.\n\nYou have an idea of a tool? Submit a [feature request](https://github.com/CorentinTh/it-tools/issues/new/choose)!\n\n## Self host\n\nSelf host solutions for your homelab\n\n**From docker hub:**\n\n```sh\ndocker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latest\n```\n\n**From github packages:**\n\n```sh\ndocker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest\n```\n\n**Other solutions:**\n\n- [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html)\n- [Tipi](https://www.runtipi.io/docs/apps-available)\n- [Unraid](https://unraid.net/community/apps?q=it-tools)\n\n## Contribute\n\n### Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) with the following extensions:\n\n- [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur)\n- [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- [i18n Ally](https://marketplace.visualstudio.com/items?itemName=lokalise.i18n-ally)\n\nwith the following settings:\n\n```json\n{\n  \"editor.formatOnSave\": false,\n  \"editor.codeActionsOnSave\": {\n    \"source.fixAll.eslint\": true\n  },\n  \"i18n-ally.localesPaths\": [\"locales\", \"src/tools/*/locales\"],\n  \"i18n-ally.keystyle\": \"nested\"\n}\n```\n\n### Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n   1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n   2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n### Project Setup\n\n```sh\npnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\npnpm dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\npnpm build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\npnpm test\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\npnpm lint\n```\n\n### Create a new tool\n\nTo create a new tool, there is a script that generate the boilerplate of the new tool, simply run:\n\n```sh\npnpm run script:create:tool my-tool-name\n```\n\nIt will create a directory in `src/tools` with the correct files, and a the import in `src/tools/index.ts`. You will just need to add the imported tool in the proper category and develop the tool.\n\n## Contributors\n\nBig thanks to all the people who have already contributed!\n\n[![contributors](https://contrib.rocks/image?repo=corentinth/it-tools\u0026refresh=1)](https://github.com/corentinth/it-tools/graphs/contributors)\n\n## Credits\n\nCoded with ❤️ by [Corentin Thomasset](https://corentin.tech?utm_source=it-tools\u0026utm_medium=readme).\n\nThis project is continuously deployed using [vercel.com](https://vercel.com).\n\nContributor graph is generated using [contrib.rocks](https://contrib.rocks/preview?repo=corentinth/it-tools).\n\n\u003ca href=\"https://www.producthunt.com/posts/it-tools?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-it\u0026#0045;tools\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=345793\u0026theme=light\" alt=\"IT\u0026#0032;Tools - Collection\u0026#0032;of\u0026#0032;handy\u0026#0032;online\u0026#0032;tools\u0026#0032;for\u0026#0032;devs\u0026#0044;\u0026#0032;with\u0026#0032;great\u0026#0032;UX | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.producthunt.com/posts/it-tools?utm_source=badge-top-post-badge\u0026utm_medium=badge\u0026utm_souce=badge-it\u0026#0045;tools\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=345793\u0026theme=light\u0026period=daily\" alt=\"IT\u0026#0032;Tools - Collection\u0026#0032;of\u0026#0032;handy\u0026#0032;online\u0026#0032;tools\u0026#0032;for\u0026#0032;devs\u0026#0044;\u0026#0032;with\u0026#0032;great\u0026#0032;UX | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\n## License\n\nThis project is under the [GNU GPLv3](LICENSE).\n","funding_links":["https://github.com/sponsors/CorentinTh"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentinth%2Fit-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorentinth%2Fit-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorentinth%2Fit-tools/lists"}