1.0.2 • Published 8 years ago

node-comment-extractor v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

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

comments-image output

output-image

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