Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1 KB

README.md

File metadata and controls

33 lines (23 loc) · 1 KB

superfe-hn-inspector

NPM version Dependency status Dev Dependency status

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