pnpm install
pnpm dev
pnpm build
Run Unit Tests with Vitest
pnpm testLint with ESLint
pnpm lint
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
Orignally Coded by Corentin Thomasset.Kindly see the orignal repo at https://github.com/CorentinTh/it-tools .This is a work in progress repo and is no means a replacement for the original repo.Infact,I will recommend contributing only to the orignal repo linked above as its a mature project and is well maintaied.I will only accept contribution that are relevant to theme and styling in my repo as my goal is to make it accessible to beginner devs.