@fedify/init 2.4.0-dev.1431 → 2.4.0-dev.1488
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 +3 -9
- package/dist/deno.js +1 -1
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -72,22 +72,16 @@ scaffolding logic. It tests the project initialization by running
|
|
|
72
72
|
`fedify init` across all combinations of supported options on temporary
|
|
73
73
|
directories, verifying that the generated projects are valid.
|
|
74
74
|
|
|
75
|
-
To run the test
|
|
75
|
+
To run the test, use the mise task from the repository root:
|
|
76
76
|
|
|
77
77
|
~~~~ sh
|
|
78
|
-
|
|
79
|
-
~~~~
|
|
80
|
-
|
|
81
|
-
Or using pnpm:
|
|
82
|
-
|
|
83
|
-
~~~~ sh
|
|
84
|
-
pnpm test-init
|
|
78
|
+
mise run test:init
|
|
85
79
|
~~~~
|
|
86
80
|
|
|
87
81
|
You can also filter specific options to test a subset of combinations:
|
|
88
82
|
|
|
89
83
|
~~~~ sh
|
|
90
|
-
|
|
84
|
+
mise run test:init -w hono -p deno
|
|
91
85
|
~~~~
|
|
92
86
|
|
|
93
87
|
Use `--no-dry-run` to test with actual file creation and dependency
|
package/dist/deno.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/init",
|
|
3
|
-
"version": "2.4.0-dev.
|
|
3
|
+
"version": "2.4.0-dev.1488+a9fe1094",
|
|
4
4
|
"description": "Project initializer for Fedify",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fedify",
|
|
@@ -18,10 +18,7 @@
|
|
|
18
18
|
"email": "2chanhaeng@gmail.com",
|
|
19
19
|
"url": "https://chomu.dev/"
|
|
20
20
|
},
|
|
21
|
-
"funding":
|
|
22
|
-
"https://opencollective.com/fedify",
|
|
23
|
-
"https://github.com/sponsors/dahlia"
|
|
24
|
-
],
|
|
21
|
+
"funding": "https://opencollective.com/fedify",
|
|
25
22
|
"repository": {
|
|
26
23
|
"type": "git",
|
|
27
24
|
"url": "git+https://github.com/fedify-dev/fedify.git",
|