superfe-hn-inspector
v1.0.1
Published
Inspector tool for super-fe's html-native apps
Downloads
4
Readme
superfe-hn-inspector
Inspector tool for super-fe's react-native apps using mocha.
npm install superfe-hn-inspector --save-dev
cd your_project
./node_modules/.bin/inspect .
This module can also be used programmatically from node:
var inspect = require('superfe-hn-inspector');
inspect(process.cwd());
changelog
Check out CHANGELOG.md.
license
BSD-2-Clause