Collection of handy online tools for developers, with great UX.
Go to file
2023-04-19 22:33:22 +02:00
.github chore(release): create a github release on new version 2023-04-14 21:08:43 +02:00
.vscode chore: added eslint in recommended extensions 2022-05-11 14:14:29 +02:00
public refactor(share): new share banner 2022-08-14 10:53:39 +02:00
scripts chore(release): create a github release on new version 2023-04-14 21:08:43 +02:00
src refactor(ui): getting ride of naive ui buttons 2023-04-19 22:33:22 +02:00
.eslintrc-auto-import.json feat(dx): auto import vite plugin 2023-04-06 18:53:31 +02:00
.eslintrc.cjs feat(css): added unocss with attributify preset 2023-04-06 20:35:37 +02:00
.gitignore feat(test): added e2e tests 2023-04-09 18:16:22 +02:00
.nvmrc chore: first commit 2022-03-31 00:33:29 +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
auto-imports.d.ts feat(dx): auto import vite plugin 2023-04-06 18:53:31 +02:00
CHANGELOG.md docs(changelog): update changelog for 2023.04.14-dbad773 2023-04-14 21:09:36 +02:00
components.d.ts refactor(ui): getting ride of naive ui buttons 2023-04-19 22:33:22 +02:00
Dockerfile fix(docker): consistent casing in Dockerfile 2023-03-31 01:10:00 +02:00
env.d.ts revert(pwa): fallback to autoUpdate 2023-03-01 23:35:17 +01:00
index.html refactor(share): updated share meta 2022-08-16 15:22:41 +02:00
LICENSE chore: added license file 2022-07-21 21:06:22 +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 2023.04.14-dbad773 2023-04-14 21:09:36 +02:00
playwright.config.ts refactor(date-converter): improved ux and layout 2023-04-12 23:41:09 +02:00
pnpm-lock.yaml chore(release): create a github release on new version 2023-04-14 21:08:43 +02:00
README.md feat(cd): git version tag pushed to docker 2023-04-13 01:04:48 +02:00
tsconfig.app.json revert(pwa): fallback to autoUpdate 2023-03-01 23:35:17 +01:00
tsconfig.json chore: first commit 2022-03-31 00:33:29 +02:00
tsconfig.vite-config.json chore: first commit 2022-03-31 00:33:29 +02:00
tsconfig.vitest.json chore: first commit 2022-03-31 00:33:29 +02:00
unocss.config.ts feat(css): added unocss with attributify preset 2023-04-06 20:35:37 +02:00
vercel.json feat(config): added vercel.json 2022-04-16 16:58:10 +02:00
vite.config.ts refactor(ui): getting ride of naive ui buttons 2023-04-19 22:33:22 +02:00
vitest.config.ts feat(test): added e2e tests 2023-04-09 18:16:22 +02:00

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 + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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-new-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 inported tool in the proper category and develop the tool.

Credits

Coded with ❤️ by Corentin Thomasset.

This project is continuously deployed using vercel.com.

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.