create-weave 0.2.107 → 0.2.162
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,9 +13,9 @@ pnpm create weave my-app
|
|
|
13
13
|
yarn create weave my-app
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
It sets up a ready-to-run **[Weave](https://
|
|
16
|
+
It sets up a ready-to-run **[Weave](https://weaveframework.dev/)** project — the framework core plus routing, state, forms, i18n, and data (each zero-dependency and tree-shaken when unused) — with the CLI scripts wired up.
|
|
17
17
|
|
|
18
|
-
📚 **Guides + full API reference:** [
|
|
18
|
+
📚 **Guides + full API reference:** [weaveframework.dev](https://weaveframework.dev/)
|
|
19
19
|
|
|
20
20
|
## License
|
|
21
21
|
|