react-izon

A cli tool that analyzes the dependency of React Component

Usage no npm install needed!

<script type="module">
  import reactIzon from 'https://cdn.skypack.dev/react-izon';
</script>

README

react-izon

A cli tool that analyzes the dependency of React Component

oclif Version Downloads/week License

Usage

gt; npm install -g react-izon

gt; react-izon [ANALYZE_FILE_PATH] [OPTONS...]

...

listen to http://localhost:9000

Use with npx

gt; npx react-izon [ANALYZE_FILE_PATH] [OPTONS...]

...

listen to http://localhost:9000
  • ANALYZE_FILE_PATH : File path of React Root Component to be analyzed

Options

  • -v --version : show react-izon version
  • -h --help : show help
  • -o --open : open browser automatically
  • -p --port : setting localhost port.

License

MIT