node-comment-extractor
v1.0.2
Published
Extract all comments from a javascript project
Downloads
6
Readme
Comment Extractor
Extract all comments from a javascript project
Currently only supporting js and jsx extesion
Install
$ npm install -g node-comment-extractor
or
$ npm install --save-dev node-comment-extractor
Usage
$ comment-extractor -e your-project
output
write comments to a file
$ comment-extractor -e your-project -w comments.txt
Options
-V, --version output the version number
-e, --extract <filename | foldername> extract comments and log to console
-w, --write <filename> extract comments and write to a file
-h, --help output usage information
License
MIT