node-notes
node-notes copied to clipboard
A node.js version of Rails' "rake notes" functionality
I'm getting reports from the coverage html files which shows the same notes multiple times. Maybe notes should consider only .js and .ts files, or at the very least allow...
Hey guys, I bumped into @ahmadassaf's fork of this via Hacker News and really like the idea of it. I was sad to see the two projects were being developed...
I really like the project, as it could me improving me workflow by putting in comments in there during longtime development of a feature. To make it really useful, it...
It would be a cool feature to add ignore files feature to pick from .gitignore or some other file specified in params.
`XXX` in a comment is usually a heads-up. It could be: - Something that's not implemented completely correctly. - Something that should be fixed later on. - Highlighting a possible...
Hello. Thanks for the awesome addition to node! This feature was awesome in rails, will be just as useful in node apps. The filter directories array defined on line 32...
Allow the following comments to be shown as notes > ``` js > // @TODO Something > ``` > > ``` sh > # @fixme something > ``` ### Changelog...