@sebassdc/crap4ts 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/package.json +1 -1
- package/src/skill/SKILL.md +6 -1
package/README.md
CHANGED
|
@@ -6,7 +6,13 @@ Combines cyclomatic complexity with test coverage to identify functions that are
|
|
|
6
6
|
|
|
7
7
|
## Quick Start
|
|
8
8
|
|
|
9
|
-
Install from
|
|
9
|
+
Install from npm:
|
|
10
|
+
|
|
11
|
+
```bash
|
|
12
|
+
npm install -g @sebassdc/crap4ts
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Or from source:
|
|
10
16
|
|
|
11
17
|
```bash
|
|
12
18
|
git clone https://github.com/sebassdc/crap4ts.git
|
package/package.json
CHANGED
package/src/skill/SKILL.md
CHANGED
|
@@ -24,7 +24,12 @@ coverage: {
|
|
|
24
24
|
coverageReporters: ['text', 'json']
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
Install crap4ts from
|
|
27
|
+
Install crap4ts from npm:
|
|
28
|
+
```bash
|
|
29
|
+
npm install -g @sebassdc/crap4ts
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Or from source:
|
|
28
33
|
```bash
|
|
29
34
|
git clone https://github.com/sebassdc/crap4ts.git
|
|
30
35
|
cd crap4ts
|