uttk / react-izon

A cli tool that analyzes the dependency of React Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A cli tool that analyzes the dependency of React Component

License:MIT License


Languages

Language:TypeScript 84.3%Language:JavaScript 8.5%Language:CSS 7.1%Language:Batchfile 0.1%