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 usenpm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run testLint with ESLint
npm run lintTo 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-nameIt 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 GNU GPLv3.