toodles
toodles copied to clipboard
Running Toodles on a static file server
Hey there! Asking here as I couldn't answer this from the docs: is there a way we can run Toodles on a project (Node.js in this case), and generate a bunch of HTML/CSS/JS files that we can host along with other static reports we generate on every PR?
Hi @jviotti, thanks for asking! Currently there isn't anything that gets all the way to static html/css/js, but there is a (poorly documented) --no-server
flag you can pass to toodles which will make it print the TODO's to stdout and exit. An issue is that there is other unrelated output that toodles prints out before, so in its current state it won't make for a great report without some tweaks.
Two options here:
- I'd be happy to accept a PR for these changes if you're up to it. I will help however I can to get you going.
- I or someone else will get to it when time permits. Are there any other details for this that you have in mind?
Closing stale issues