node-block-comments

2.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-block-comments

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

4.52 kB

Total Files

10

Last publish

Collaborators

  • iamanubhavsaini
  • git.faf