Go to file
Corentin Thomasset e876d03608
chore(version): release 2024.05.13-a0bc346
2024-05-13 10:54:18 +02:00
.github chore(issues): prevent empty issues (#1078) 2024-05-13 08:44:04 +00:00
.vscode docs(ide): updated vscode extensions settings (#472) 2023-06-19 21:49:40 +00:00
_templates/generator/ui-component refactor(ui): new c-table ui component (#665) 2023-10-14 22:45:14 +00:00
locales feat(i18n): added German translation (#1038) 2024-05-10 10:57:42 +02:00
public refactor(share): new share banner 2022-08-14 10:53:39 +02:00
scripts feat(i18n): added missing locale files in tools (#863) 2024-02-01 17:05:05 +00:00
src refactor(lint): removed extra semi 2024-05-10 12:07:50 +02:00
.dockerignore refactor(docker): improved docker config (#700) 2023-10-30 17:11:16 +00:00
.eslintrc-auto-import.json feat(ui): added c-select in the ui lib (#550) 2023-08-07 15:30:00 +00:00
.eslintrc.cjs feat(copy): support legacy copy to clipboard for older browser (#581) 2023-08-21 23:00:20 +00:00
.gitignore chore(e2e): execute e2e against built app (#511) 2023-06-29 18:48:51 +02:00
.nvmrc chore(deps): update dependency node to v18.18.2 (#674) 2023-10-22 10:26:05 +02:00
.prettierrc refactor(lint): externalization of prettier for simpler IDE support 2022-08-03 17:19:53 +02:00
.versionrc chore: added standard-version 2022-04-16 13:41:10 +02:00
CHANGELOG.md docs(changelog): update changelog for 2024.05.13-a0bc346 2024-05-13 10:54:18 +02:00
Dockerfile fix(dockerfile): revert replacement of nginx image with non-privileged one (#716) 2023-11-02 09:10:13 +01:00
LICENSE chore: added license file 2022-07-21 21:06:22 +02:00
README.md fix(doc): updated create new tool command in readme (#762) 2023-11-22 20:27:46 +01:00
auto-imports.d.ts chore(deps): updated unplugin-auto-import (#504) 2023-06-25 09:45:56 +00:00
components.d.ts refactor(auto-imports): regen auto imports 2024-05-10 11:41:48 +02:00
env.d.ts revert(pwa): fallback to autoUpdate 2023-03-01 23:35:17 +01:00
index.html feat(config): allow app to run in a subfolder via BASE_URL (#461) 2023-06-19 18:42:29 +02:00
netlify.toml chore(config): netlify deployment support (#443) 2023-06-10 17:02:08 +02:00
nginx.conf fix(docker): nginx config to redirect to index.html 2023-03-29 00:15:56 +02:00
package.json chore(version): release 2024.05.13-a0bc346 2024-05-13 10:54:18 +02:00
playwright.config.ts fix(bcrypt tool): allow salt rounds up to 100 (#987) 2024-04-15 09:43:12 +02:00
pnpm-lock.yaml feat(new tool): ascii art generator (#886) 2024-03-03 10:37:09 +00:00
renovate.json chore(deps): added renovate.json (#477) 2023-06-23 16:49:03 +02:00
tsconfig.app.json chore(deps): switched to fucking typescript v5 (#501) 2023-08-21 19:57:59 +00:00
tsconfig.json chore: first commit 2022-03-31 00:33:29 +02:00
tsconfig.vite-config.json chore(deps): switched to fucking typescript v5 (#501) 2023-08-21 19:57:59 +00:00
tsconfig.vitest.json chore(deps): switched to fucking typescript v5 (#501) 2023-08-21 19:57:59 +00:00
unocss.config.ts feat(new tool): pdf signature checker (#745) 2023-11-12 22:22:41 +00:00
vercel.json feat(config): added vercel.json 2022-04-16 16:58:10 +02:00
vite.config.ts feat(i18n): get locales on build (#880) 2024-02-11 00:33:52 +01:00

README.md

logo

Useful tools for developer and people working in IT. Have a look !.

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

VSCode with the following extensions:

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.

IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt IT Tools - Collection of handy online tools for devs, with great UX | Product Hunt

License

This project is under the GNU GPLv3.