distill-js
v0.1.3
Published
Extracts comments from js files and puts them into md files
Downloads
3
Readme
distill-js
Distill comments from your javascript code.
Installation
$ npm install distill-js
What this does...
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.
Usage
$ distill [fileName]
Test
$ npm test
Next up
- [ ] Additional regex for different ways to comment out js
- [ ] Test for cli
Version
0.1.1