Skip to content

Fausto95/hook-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hooks Analyzer 🪝🔎

This is a simple tool to analyze the hooks used in a React project. It will list all the hooks used in the project and the number of times they are used.

Warning

This is a rust practice project and it is not intended to be used in production.

How to use

  1. Clone the repository
  2. Run cargo run -- <path-to-react-project> in the root directory of the project

After successfully running the command, you get a report generated under report.html in the root directory of the project.

image

About

⚙️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.3%
  • Rust 35.0%
  • JavaScript 1.7%