Collection of handy online tools for developers, with great UX.
Go to file
2022-04-18 10:19:19 +02:00
.github chore(docs): added logo 2022-04-13 23:03:19 +02:00
.vscode chore: first commit 2022-03-31 00:33:29 +02:00
public feat(share): social image 2022-04-15 22:31:22 +02:00
scripts chore(scripts): updated tool creation script 2022-04-14 02:01:05 +02:00
src refactor(menu): removed burger menu icon tooltip 2022-04-18 10:19:19 +02:00
.eslintrc.cjs chore: removed cypress integrations 2022-04-16 13:43:35 +02:00
.gitignore chore: first commit 2022-03-31 00:33:29 +02:00
.nvmrc chore: first commit 2022-03-31 00:33:29 +02:00
.versionrc chore: added standard-version 2022-04-16 13:41:10 +02:00
CHANGELOG.md chore(release): 2.0.2 2022-04-18 09:19:44 +02:00
env.d.ts feat: added commit short sha 2022-04-16 15:12:33 +02:00
index.html feat(share): social image 2022-04-15 22:31:22 +02:00
package-lock.json feat(new-tool): bcrypt 2022-04-18 10:17:39 +02:00
package.json feat(new-tool): bcrypt 2022-04-18 10:17:39 +02:00
README.md chore(style): lint README 2022-04-16 15:54:39 +02:00
tsconfig.app.json refactor(style): updated linter config 2022-04-15 23:10:47 +02: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
vercel.json feat(config): added vercel.json 2022-04-16 16:58:10 +02:00
vite.config.ts feat: added commit short sha 2022-04-16 15:12:33 +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!

Contribute

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Node version

Ensure you have the correct node/npm version

nvm use

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test

Lint with ESLint

npm run lint

Create a new tool

To create a new tool, there is a script that generate the boilerplate of the new tool, simply run:

node scripts/create-tool.mjs 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.

License

This project is under the MIT license.