@appweaver/cli 1.0.5 → 1.0.7
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 +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
The AI-first <a href="https://nodejs.org" target="_blank">Node.js</a> framework for quick scaffolding, extending, and shipping
|
|
6
|
+
The AI-first <a href="https://nodejs.org" target="_blank">Node.js</a> framework for quick scaffolding, extending, and shipping backends with agents.
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
|
|
17
17
|
## Description
|
|
18
18
|
|
|
19
|
-
Appweaver is a batteries-included framework built on top of
|
|
20
|
-
be developed with AI agents. Instead of writing backend
|
|
21
|
-
factory functions and let the framework handle routing,
|
|
22
|
-
on business logic instead of boilerplate.
|
|
19
|
+
Appweaver is a batteries-included framework built on top of [Fastify](https://fastify.dev) and
|
|
20
|
+
[Prisma](https://prisma.io), designed from the ground up to be developed with AI agents. Instead of writing backend
|
|
21
|
+
boilerplate from scratch, you describe resources using concise factory functions and let the framework handle routing,
|
|
22
|
+
validation, database, auth, migrations, so you can focus on business logic instead of boilerplate.
|
|
23
23
|
|
|
24
24
|
### Built for agents
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appweaver/cli",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Appweaver - the backend framework for AI-
|
|
3
|
+
"version": "1.0.7",
|
|
4
|
+
"description": "Appweaver - the backend framework for AI-first development (@cli)",
|
|
5
5
|
"author": "Luka Matosevic",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "./weaver.js",
|