2.0.0 • Published 3 years ago

node-block-comments v2.0.0

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

node-block-comments

Get block comments in provided file or directory - node modules

Usage

var nbc = require('node-block-comments')
nbc.inFile(filepath) // gets you an array of all the comments
nbc.inDir(dirpath) // gets you an array of all the comments in *.js in directory

OR as an executable

npx node-block-comments OR npm i -g node-block-comments && blockComments <file|empty>

License

MIT © 2018 Git Faf