Skip to content

Commit 35a6548

Browse files
authored
feat: add rev-dep (#1727)
1 parent 14ecbfb commit 35a6548

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

data/tools/codeque.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ categories:
44
tags:
55
- typescript
66
- javascript
7+
- jsx
8+
- lua
9+
- python
710
- json
811
license: Sustainable Use License
912
types:

data/tools/rev-dep.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Rev-dep
2+
categories:
3+
- linter
4+
tags:
5+
- typescript
6+
- javascript
7+
- jsx
8+
- ci
9+
license: MIT License
10+
types:
11+
- cli
12+
source: "https://github.com/jayu/rev-dep"
13+
homepage: "https://github.com/jayu/rev-dep"
14+
description: Dependency analysis and optimization toolkit for modern JavaScript and TypeScript projects. Trace imports, identify circular dependencies, find unused code, clean node modules.
15+
resources:
16+
- title: Install via NPM
17+
url: "https://www.npmjs.com/package/rev-dep"

0 commit comments

Comments
 (0)