「万能 IT 工具箱」(精简美观,含 diff、哈希、编解码等 80+ 工具)
-
it-tools「万能 IT 工具箱」(精简美观,含 diff、哈希、编解码等 80+ 工具)
官方镜像 corentinth/it-tools 持续更新,Compose 文件只有 12 行。<picture>
<source srcset="./.github/logo-dark.png" media="(prefers-color-scheme: light)">
<source srcset="./.github/logo-white.png" media="(prefers-color-scheme: dark)">
<img src="./.github/logo-dark.png" alt="logo">
</picture><p align="center">
Useful tools for developer and people working in IT. <a href="https://it-tools.tech">Try it!</a>
</p>Sponsors
<div align="center" markdown="1">
<p align="center">
IT-Tools is proudly sponsored by:
</p><a href="https://go.warp.dev/it-tools">
<img alt="Warp sponsorship" width="400" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/refs/heads/main/Github/Sponsor/Warp-Github-LG-01.png">
</a>Warp, built for coding with multiple AI agents.
Available for MacOS, Linux, & Windows<br>
</div>
Functionalities and roadmap
Please check the issues to see if some feature listed to be implemented.
You have an idea of a tool? Submit a feature request!
Self host
Self host solutions for your homelab
From docker hub:
docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-tools:latestFrom github packages:
docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latestOther solutions:
Contribute
Recommended IDE Setup
VSCode with the following extensions:
- Volar (and disable Vetur)
- TypeScript Vue Plugin (Volar).
- ESLint
- i18n Ally
with the following settings:
{ "editor.formatOnSave": false, "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, "i18n-ally.localesPaths": ["locales", "src/tools/*/locales"], "i18n-ally.keystyle": "nested" }Type Support for
.vueImports in TSTypeScript cannot handle type information for
.vueimports by default, so we replace thetscCLI withvue-tscfor type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of.vuetypes.If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensionsfrom VSCode's command palette - Find
TypeScript and JavaScript Language Features, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Windowfrom the command palette.
Project Setup
pnpm installCompile and Hot-Reload for Development
pnpm devType-Check, Compile and Minify for Production
pnpm buildRun Unit Tests with Vitest
pnpm testLint with ESLint
pnpm lintCreate a new tool
To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:
pnpm run script:create:tool my-tool-nameIt will create a directory in
src/toolswith the correct files, and a the import insrc/tools/index.ts. You will just need to add the imported tool in the proper category and develop the tool.Contributors
Big thanks to all the people who have already contributed!
Credits
Coded with
️ by Corentin Thomasset.This project is continuously deployed using vercel.com.
Contributor graph is generated using contrib.rocks.
<a href="https://www.producthunt.com/posts/it-tools?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-it-tools" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=345793&theme=light" alt="IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<a href="https://www.producthunt.com/posts/it-tools?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-it-tools" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=345793&theme=light&period=daily" alt="IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>License
This project is under the GNU GPLv3.