form0-core 0.1.0-beta.2 → 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.
- package/LICENSE +1 -1
- package/README.md +8 -9
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,28 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/form0-core)
|
|
4
4
|
[](https://www.npmjs.com/package/form0-core)
|
|
5
|
-
|
|
5
|
+

|
|
6
6
|
[](https://docs.form0.dev)
|
|
7
7
|
[](https://form0.dev)
|
|
8
|
+

|
|
8
9
|
|
|
9
10
|
> [!WARNING]
|
|
10
11
|
> form0 is in active, very early development. Do not use in production. Expect breaking
|
|
11
12
|
> changes and unstable behavior.
|
|
12
13
|
|
|
13
|
-
form0-core is the schema-driven engine that powers form0 ecosystem. It is framework-agnostic and runs in any JavaScript runtime (Node.js, browsers, React Native, etc.)
|
|
14
|
+
form0-core is the schema-driven engine that powers [form0 open-source ecosystem](https://form0.dev). It is framework-agnostic and runs in any JavaScript runtime (Node.js, browsers, React Native, etc.)
|
|
14
15
|
|
|
15
16
|
## 🚀 Start with the CLI (recommended)
|
|
16
17
|
|
|
17
|
-
The entry point for most users is form0-cli. Follow the quickstart to create a project and preview
|
|
18
|
-
your schema
|
|
19
|
-
- https://docs.form0.dev/getting-started/quickstart
|
|
18
|
+
The entry point for most users is [form0-cli](https://github.com/paqu-io/form0-cli). Follow the [quickstart](https://docs.form0.dev/getting-started/quickstart) to create a project and preview
|
|
19
|
+
your schema.
|
|
20
20
|
|
|
21
21
|
## 🗂️ Documentation
|
|
22
22
|
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
-
|
|
26
|
-
- Main site: https://form0.dev
|
|
23
|
+
- Overview: https://docs.form0.dev/core/overview
|
|
24
|
+
- Concepts: https://docs.form0.dev/core/concepts
|
|
25
|
+
- Full docs: https://docs.form0.dev
|
|
27
26
|
|
|
28
27
|
## Direct usage (advanced)
|
|
29
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "form0-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/"
|
|
6
6
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"bugs": {
|
|
44
44
|
"url": "https://github.com/paqu-io/form0-core/issues"
|
|
45
45
|
},
|
|
46
|
-
"homepage": "https://form0.dev
|
|
46
|
+
"homepage": "https://form0.dev",
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=18.0.0"
|
|
49
49
|
},
|