@seip/blue-bird 0.1.0 → 0.1.3
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 +7 -8
- package/package.json +6 -3
- package/.gitattributes +0 -2
package/README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://seip25.github.io/Blue-bird/blue-bird.png" alt="Blue Bird Logo" width="120" />
|
|
3
|
-
<h1>Blue Bird Framework</h1>
|
|
4
|
-
<p><strong>The Future of Express & React Development</strong></p>
|
|
1
|
+
# Blue Bird Framework
|
|
5
2
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
**The Future of Express & React Development**
|
|
4
|
+
|
|
5
|
+

|
|
6
|
+
|
|
7
|
+
[](https://www.npmjs.com/package/@seip/blue-bird)
|
|
8
|
+
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
|
|
10
|
-
<hr />
|
|
11
10
|
|
|
12
11
|
## 🌟 Introduction / Introducción
|
|
13
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seip/blue-bird",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.3",
|
|
4
|
+
"description": "Express + React opinionated framework with island architecture and built-in JWT auth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"blue-bird": "core/cli/init.js"
|
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
"url": "git+https://github.com/seip25/Blue-bird.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
|
+
"express",
|
|
15
|
+
"react",
|
|
14
16
|
"framework",
|
|
15
|
-
"
|
|
17
|
+
"islands",
|
|
18
|
+
"vite"
|
|
16
19
|
],
|
|
17
20
|
"author": "Seip25",
|
|
18
21
|
"license": "MIT",
|
package/.gitattributes
DELETED