aviaviavi / toodles

Project management directly from the TODOs in your codebase
MIT License
968 stars 35 forks source link

Running Toodles on a static file server #63

Closed jviotti closed 2 years ago

jviotti commented 5 years ago

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?

aviaviavi commented 5 years ago

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:

jviotti commented 2 years ago

Closing stale issues