Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanpenner/broccoli-inspect-node
https://github.com/stefanpenner/broccoli-inspect-node
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/broccoli-inspect-node
- Owner: stefanpenner
- Created: 2017-04-11T02:11:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T15:22:24.000Z (over 7 years ago)
- Last Synced: 2024-10-19T02:01:02.800Z (18 days ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}, ...]
```