Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
/ react-izon Public archive

A cli tool that analyzes the dependency of React Component

License

Notifications You must be signed in to change notification settings

uttk/react-izon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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