Skip to content

stefanpenner/broccoli-inspect-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

broccoli-inspect-node

Utility to inspect one or many broccoli nodes

const inspectNode = require('inspect-node');
inspectNode(node) // => { name, fileCount, inputCount}
const inspectNode = require('inspect-node');
inspectNode.ofPlugin(plugin) // => [{ name, fileCount, inputCount}, ...]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published