toodles icon indicating copy to clipboard operation
toodles copied to clipboard

Running Toodles on a static file server

Open jviotti opened this issue 5 years ago • 1 comments

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?

jviotti avatar May 15 '19 11:05 jviotti

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?

aviaviavi avatar May 15 '19 20:05 aviaviavi

Closing stale issues

jviotti avatar Aug 15 '22 21:08 jviotti