node-block-comments
v2.0.0
Published
Get block comments in provided file - node modules
Downloads
10
Readme
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