@site-index/core 0.1.0 → 0.1.2
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 +12 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
Deterministic site-index pipeline for config resolution, discovery, loading, validation, deduplication, and artifact generation.
|
|
4
4
|
|
|
5
|
-
[
|
|
5
|
+
[](https://www.npmjs.com/package/@site-index/core)
|
|
6
|
+
[](https://github.com/Deasilsoft/site-index/actions/workflows/code-quality.yml)
|
|
7
|
+
[](https://codecov.io/gh/Deasilsoft/site-index)
|
|
8
|
+
[](https://socket.dev/npm/package/@site-index/core)
|
|
9
|
+
|
|
10
|
+
[Repository README](../../../)
|
|
6
11
|
|
|
7
12
|
## Install
|
|
8
13
|
|
|
@@ -20,8 +25,8 @@ Use `@site-index/core` when you need programmatic control and can provide module
|
|
|
20
25
|
|
|
21
26
|
## When not to use
|
|
22
27
|
|
|
23
|
-
- Use [`site-index`](../../site-index/
|
|
24
|
-
- Use [`@site-index/vite-plugin`](../vite-plugin/
|
|
28
|
+
- Use [`site-index`](../../site-index/) for CLI-driven workflows.
|
|
29
|
+
- Use [`@site-index/vite-plugin`](../vite-plugin/) for Vite projects.
|
|
25
30
|
|
|
26
31
|
## Public exports
|
|
27
32
|
|
|
@@ -152,7 +157,7 @@ const result = await main({
|
|
|
152
157
|
|
|
153
158
|
## Related packages
|
|
154
159
|
|
|
155
|
-
- [`site-index`](../../site-index/
|
|
156
|
-
- [`@site-index/vite-plugin`](../vite-plugin/
|
|
157
|
-
- [`@site-index/vite-runtime`](../vite-runtime/
|
|
158
|
-
- [`@site-index/observability`](../observability/
|
|
160
|
+
- [`site-index`](../../site-index/)
|
|
161
|
+
- [`@site-index/vite-plugin`](../vite-plugin/)
|
|
162
|
+
- [`@site-index/vite-runtime`](../vite-runtime/)
|
|
163
|
+
- [`@site-index/observability`](../observability/)
|