springnext 0.0.6 → 0.0.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 +1 -5
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
# springnext
|
|
2
|
-
|
|
3
1
|
<p align="center">
|
|
4
|
-
|
|
2
|
+
<img src='https://raw.githubusercontent.com/alevnyacow/springnext/refs/heads/main/logo.svg?sanitize=true'></img>
|
|
5
3
|
</p>
|
|
6
4
|
|
|
7
|
-
|
|
8
5
|
<p align="center">
|
|
9
6
|
<a href="https://badge.fury.io/js/springnext" target="_blank"><img src='https://badge.fury.io/js/springnext.svg'></img></a>
|
|
10
7
|
<img src='https://img.shields.io/npm/l/springnext'></img>
|
|
@@ -17,7 +14,6 @@ Get a domain-focused architecture with a contract-first approach out of the box.
|
|
|
17
14
|
Batteries included! ✨
|
|
18
15
|
|
|
19
16
|
|
|
20
|
-
|
|
21
17
|
# What you get
|
|
22
18
|
|
|
23
19
|
After installing and initializing springnext, run one CLI command to generate a production-ready backend with React Query hooks:
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "springnext",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
|
+
"keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "domain", "ddd"],
|
|
4
5
|
"type": "module",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/alevnyacow/springnext.git"
|
|
9
|
+
},
|
|
5
10
|
"license": "MIT",
|
|
6
11
|
"exports": {
|
|
7
12
|
".": {
|