open-brandkit 0.4.7 → 0.4.8
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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,6 +16,9 @@ Open BrandKit is source-available. You can use it in personal, internal,
|
|
|
16
16
|
client, agency, and commercial projects, but you cannot repackage or resell Open
|
|
17
17
|
BrandKit itself as a standalone or competing product.
|
|
18
18
|
|
|
19
|
+
Open BrandKit is currently early alpha software. It is published on npm, but the
|
|
20
|
+
installer and generated page may still change quickly before a stable release.
|
|
21
|
+
|
|
19
22
|
## What It Creates
|
|
20
23
|
|
|
21
24
|
Open BrandKit can generate a brand kit with:
|
|
@@ -270,12 +273,14 @@ See `LICENSE` for the full terms.
|
|
|
270
273
|
|
|
271
274
|
## Status
|
|
272
275
|
|
|
273
|
-
Open BrandKit is early. The main path today is:
|
|
276
|
+
Open BrandKit is early alpha software. The main path today is:
|
|
274
277
|
|
|
275
278
|
```text
|
|
276
279
|
existing Next.js app + local brand assets -> generated /brandkit page
|
|
277
280
|
```
|
|
278
281
|
|
|
282
|
+
If you want to pin the alpha dist-tag explicitly, use `open-brandkit@alpha`.
|
|
283
|
+
|
|
279
284
|
## Up Next
|
|
280
285
|
|
|
281
286
|
Additional installation paths are planned, including Astro and other static or
|
package/package.json
CHANGED