跳转至内容
  • 版块
  • 最新
  • 标签
  • 热门
  • 世界
  • 用户
  • 群组
皮肤
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(不使用皮肤)
  • 不使用皮肤
折叠

乐达

  1. 主页
  2. 软件工程
  3. 开源好项目
  4. 「万能 IT 工具箱」(精简美观,含 diff、哈希、编解码等 80+ 工具)

「万能 IT 工具箱」(精简美观,含 diff、哈希、编解码等 80+ 工具)

已定时 已固定 已锁定 已移动 开源好项目
1 帖子 1 发布者 2 浏览 1 关注中
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • Z 离线
    Z 离线
    zhongfangxiong
    写于 最后由 编辑
    #1

    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:latest
    

    From github packages:

    docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest
    

    Other solutions:

    • Cloudron
    • Tipi
    • Unraid

    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 .vue Imports in TS

    TypeScript 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) to make the TypeScript language service aware of .vue types.

    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:

    1. Disable the built-in TypeScript Extension
      1. Run Extensions: Show Built-in Extensions from VSCode's command palette
      2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
    2. Reload the VSCode window by running Developer: Reload Window from the command palette.

    Project Setup

    pnpm install
    

    Compile and Hot-Reload for Development

    pnpm dev
    

    Type-Check, Compile and Minify for Production

    pnpm build
    

    Run Unit Tests with Vitest

    pnpm test
    

    Lint with ESLint

    pnpm lint
    

    Create 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-name
    

    It 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.

    Contributors

    Big thanks to all the people who have already contributed!

    contributors

    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&#0045;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&#0045;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.

    1 条回复 最后回复
    0
    回复
    • 在新帖中回复
    登录后回复
    • 从旧到新
    • 从新到旧
    • 最多赞同


    • 登录

    • 登录或注册以进行搜索。
    • 第一个帖子
      最后一个帖子
    0
    • 版块
    • 最新
    • 标签
    • 热门
    • 世界
    • 用户
    • 群组