Useful tools for developer and people working in IT. Have a look !.
Please check the issues to see if some feature listed to be implemented.
You have an idea of a tool? Submit a feature request!
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
Ensure you have the correct node/npm version
nvm use
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test
Lint with ESLint
npm run lint
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.
Coded with ❤️ by Corentin Thomasset.
This project is continuously deployed using vercel.com.
This project is under the MIT license.