CorentinTh/it-tools
Fork: 2779 Star: 22961 (更新于 2024-11-16 01:36:37)
license: GPL-3.0
Language: Vue .
Collection of handy online tools for developers, with great UX.
最后发布版本: v2024.10.22-7ca5933 ( 2024-10-22 17:58:03)
Useful tools for developer and people working in IT. Have a look !.
Sponsors
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:
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:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensions
from VSCode's command palette - Find
TypeScript and JavaScript Language Features
, right click and selectDisable (Workspace)
- Run
- 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!
Credits
Coded with ❤️ by Corentin Thomasset.
This project is continuously deployed using vercel.com.
Contributor graph is generated using contrib.rocks.
License
This project is under the GNU GPLv3.
最近版本更新:(数据更新于 2024-11-22 00:41:29)
2024-10-22 17:58:03 v2024.10.22-7ca5933
2024-05-14 20:15:58 v2024.5.13-a0bc346
2023-12-21 15:58:54 v2023.12.21-5ed3693
2023-11-02 17:11:31 v2023.11.2-7d94e11
2023-11-01 18:35:59 v2023.11.1-e164afb
2023-08-22 15:04:24 v2023.8.21-6f93cba
2023-08-16 20:43:23 v2023.8.16-9bd4ad4
2023-05-15 05:41:04 v2023.5.14-77f2efc
2023-04-24 16:28:02 v2023.4.23-92bd835
2023-04-15 03:26:43 v2023.4.14-dbad773
主题(topics):
converter, developer-productivity, developer-tools, frontend, javascript, productivity, tool, tools, typescript, vuejs, website
CorentinTh/it-tools同语言 Vue最近更新仓库
2024-11-20 02:06:40 BewlyBewly/BewlyBewly
2024-11-18 01:20:01 VueTorrent/VueTorrent
2024-11-12 23:14:34 jxxghp/MoviePilot-Frontend
2024-11-11 14:59:22 vueComponent/ant-design-vue
2024-11-10 16:39:15 hslr-s/sun-panel
2024-11-03 10:21:12 LauZzL/leitingzhanji-ui