7 ms·
This is cool. I built something similar to this in Node. You start the tool and it monitors all files in your project folder for changes. Every time you save
by hellopat 13y ago
This is cool. I built something similar to this in Node. You start the tool and it monitors all files in your project folder for changes. Every time you save, it outputs a JSON object of all your tokened comments. The idea was to be able to plug it into another service, like a custom todo list app, or something like this. I haven't quite finished it, but maybe I'll clean it up a bit and push it to github this weekend.