Local Dev Tools are for things that I need once a month or so as a developer - encoding, decoding, git repo management and more.
It also includes an AI driven ESLint Rule generator and tester (like an agent)
The tools work on both Mac and Windows.
Hey!
I'm a dev and everywhere I've worked has had rules about sharing data but people regularly used online tools for simple things like decoding JWTs. So i created some tools that run locally without using a server to do encoding / decoding and others.
I started adding other things I've needed over time - a way to quickly find and edit all git configs in my system, a tool for finding the nearest tailwind color based on CSS RGB colors, quickly look up time stamps in ISO or UNIX in my local time.
I recently added the first online tool - a ChatGPT powered ESlint Rule Generator that starts up a container to actually test the generated code and try to detect and fix typescript and eslint errors for you!
So I packaged all these tools up into Local Dev Tools. It works on Mac and Windows (Electron App)
Replies
Local Dev Tools