DEV Community

Discussion on: Which side project(s) currently you're working on? Share thoughts 💭 👀 😊

Collapse
 
hopemanryan profile image
Ryan Hoffman

I am currently working on a js git manager - Hamster
A project for managing/running/overseeing over your js/node projects.

Using angular and electron , building an app that requires no internet (xss is not an issue) and uses the browser db (indexedDb) to store information, not requiring the user to have any db installed.

building it for fun and to give back to the community, I want this to be free and open to anyone :)
I want to add cli selection and python support in the future

github.com/hopemanryan/hamster

(this is a very initial state, but it works kinda ok on windows and mac)