0.0.4 • Published 4 years ago

react-izon v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

react-izon

A cli tool that analyzes the dependency of React Component

oclif Version Downloads/week License

Usage

$> npm install -g react-izon

$> react-izon [ANALYZE_FILE_PATH] [OPTONS...]

...

listen to http://localhost:9000

Use with npx

$> 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