Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanpenner/broccoli-inspect-node


https://github.com/stefanpenner/broccoli-inspect-node

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# broccoli-inspect-node

Utility to inspect one or many broccoli nodes

```js
const inspectNode = require('inspect-node');
inspectNode(node) // => { name, fileCount, inputCount}
```

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