Metadata-Version: 2.1
Name: react-stats
Version: 0.78
Description-Content-Type: text/markdown
Requires-Dist: tabulate
Requires-Dist: chardet
Requires-Dist: pandas
Requires-Dist: asciibars
Requires-Dist: watchdog



## react-stats

<code>react-stats</code> is a Python package offering a collection of utilities for React.js developers. With just three commands, manage your assets and get statistics on your codebase.

### 🪄 How to Install



```
pip install react-stats
```

![Installation Output](Your-Installation-Output-Image-Here)

### 😁 What you can do

<code>* fun statistics about your project</code>

<code>* instant asset structure</code>

<code>* automatic asset manager </code>


### Make-Assets

To set up the assets folder structure in your project root, navigate to your project directory and run:

```
make-assets
```

When prompted, confirm that you are in the root directory and want to proceed.

#### Example Output

```
Your-ASCII-or-Image-Here
```

### Auto-Assets

To automatically sort newly created files into the correct folders, run:

```
react-stats auto-assets
```

This command will keep running in the background. You can stop it anytime with `Ctrl+C`.

#### Example Output

```
Python   | 83.47% ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░
Markdown |  8.67% ▓▓░░░░░░░░░░░░░░░░░░
Text     |  7.86% ▓▓░░░░░░░░░░░░░░░░░░
                                  100%
```

### Get-Stats

Get detailed statistics on your codebase including languages, hooks, and line counts. Simply run:

```
react-stats get-stats
```

This will generate a `stats.txt` file in your current directory with all the information.

#### Example Output

```
Your-ASCII-or-Image-Here
```

### Contributing

If you encounter any issues or have suggestions for improvements, please open an issue or a pull request.


### License

This project is licensed under the MIT License.
