Skip to content
This repository was archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.05 KB

react-izon

Dependency analysis tool of React Components

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