Distill comments from your javascript code.
$ npm install distill-js
Distill-js is a command line node package app that reads through your javascript code, extracts your comments, then appends them to a markdown file. Use it to peruse comments or prep for documentation.
$ distill [fileName]
$ npm test
- Additional regex for different ways to comment out js
- Test for cli
0.1.1