File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77> â ** Star this repo** if you care about bundle size — it helps other devs find DeadCode!
88
9- [ ![ PyPI] ( https://img.shields.io/pypi/v/deadcode )] ( https://pypi.org/project/deadcode/ )
10- [ ![ Python] ( https://img.shields.io/pypi/pyversions/deadcode )] ( https://pypi.org/project/deadcode/ )
11- [ ![ License] ( https://img.shields.io/pypi/l/deadcode )] ( https://github.com/Coding-Dev-Tools/deadcode/blob/main/LICENSE )
9+ [ ![ PyPI] ( https://img.shields.io/pypi/v/rh- deadcode )] ( https://pypi.org/project/rh- deadcode/ )
10+ [ ![ Python] ( https://img.shields.io/pypi/pyversions/rh- deadcode )] ( https://pypi.org/project/rh- deadcode/ )
11+ [ ![ License] ( https://img.shields.io/pypi/l/rh- deadcode )] ( https://github.com/Coding-Dev-Tools/deadcode/blob/main/LICENSE )
1212[ ![ CI] ( https://github.com/Coding-Dev-Tools/deadcode/actions/workflows/test.yml/badge.svg )] ( https://github.com/Coding-Dev-Tools/deadcode/actions/workflows/test.yml )
1313[ ![ Open Source Alternative] ( https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative )] ( https://www.opensourcealternative.to/project/deadcode )
1414[ ![ LibHunt] ( https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter )] ( https://www.libhunt.com/r/Coding-Dev-Tools/deadcode )
1919## Quick Start
2020
2121``` bash
22- pip install deadcode
22+ pip install rh- deadcode
2323
2424# Scan current project
2525deadcode scan
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["setuptools>=68.0", "wheel"]
33build-backend = " setuptools.build_meta"
44
55[project ]
6- name = " deadcode"
6+ name = " rh- deadcode"
77version = " 0.1.1"
88description = " CLI tool to detect and auto-remove unused exports, dead routes, orphaned CSS in TS/React/Next.js projects"
99readme = " README.md"
@@ -39,7 +39,7 @@ dev = [
3939license = [" revenueholdings-license>=0.1.0" ]
4040
4141[project .scripts ]
42- deadcode = " deadcode.cli:cli"
42+ rh- deadcode = " deadcode.cli:cli"
4343
4444[tool .setuptools .packages .find ]
4545where = [" src" ]
You can’t perform that action at this time.
0 commit comments