@pokujs/c8 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.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,4 +2,18 @@
2
2
 
3
3
  ☔️ Facilitator utility for coverage with [**c8**](https://github.com/bcoe/c8) using [**Poku**](https://github.com/wellwelwel/poku).
4
4
 
5
+ > [!IMPORTANT]
6
+ >
5
7
  > WIP 🚧
8
+
9
+ ### Installation
10
+
11
+ ```sh
12
+ npm i -D poku @pokujs/c8
13
+ ```
14
+
15
+ ### Usage
16
+
17
+ ```sh
18
+ npx poku --coverage=c8
19
+ ```
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@pokujs/c8",
3
3
  "private": false,
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "☔️ Facilitator utility for coverage with c8 using Poku.",
6
- "main": "./lib/modules/index.js",
6
+ "main": "./lib/index.js",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "node": ">=14.x.x"
26
26
  },
27
27
  "scripts": {
28
- "test": "",
28
+ "test": "poku",
29
29
  "build": "tsc",
30
30
  "lint": "biome lint --error-on-warnings && prettier --check .",
31
31
  "lint:fix": "biome lint --write && prettier --write .github/workflows/*.yml .",
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@biomejs/biome": "1.9.4",
40
- "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
41
- "@types/node": "^22.15.23",
40
+ "@ianvs/prettier-plugin-sort-imports": "^4.4.2",
41
+ "@types/node": "^22.15.30",
42
42
  "packages-update": "^2.0.0",
43
43
  "poku": "^3.0.2",
44
44
  "prettier": "^3.5.3",