superfe-rn-inspector

Inspector tool for super-fe's react-native apps

Usage no npm install needed!

<script type="module">
  import superfeRnInspector from 'https://cdn.skypack.dev/superfe-rn-inspector';
</script>

README

superfe-rn-inspector

NPM version Dependency status Dev Dependency status

Inspector tool for super-fe's react-native apps using mocha.

npm install superfe-rn-inspector --save-dev
cd your_project
./node_modules/.bin/inspect .

This module can also be used programmatically from node:

var inspect = require('superfe-rn-inspector');

inspect(process.cwd());

changelog

Check out CHANGELOG.md.

license

BSD-2-Clause