node-comment-extractor
v1.0.2
Published
Extract all comments from a javascript project
Readme
Comment Extractor
Extract all comments from a javascript project
Currently only supporting js and jsx extesion
Install
$ npm install -g node-comment-extractoror
$ npm install --save-dev node-comment-extractorUsage
$ comment-extractor -e your-projectoutput
write comments to a file
$ comment-extractor -e your-project -w comments.txtOptions
-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 informationLicense
MIT
