You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change package name from jssd to jspod (5 chars, easy to type)
- Update ASCII art to display "jspod" instead of "JSSD"
- Update branding: JavaScript Solid Pod
- Update GitHub repo URL and all references
- Avoids npm naming conflict with existing jss package
**JSSD** is the easiest way to run a [Solid](https://solidproject.org) server. It's a thin wrapper around [JavaScriptSolidServer](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer) with sensible defaults and a beautiful CLI.
8
+
**jspod** is the easiest way to run a [Solid](https://solidproject.org) server. It's a thin wrapper around [JavaScriptSolidServer](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer) with sensible defaults and a beautiful CLI.
9
9
10
10
## 🚀 Quick Start
11
11
12
12
```bash
13
13
# Run instantly with npx (no installation required!)
14
-
npx jssd
14
+
npx jspod
15
15
16
16
# That's it! Your Solid server is running at http://localhost:3000
17
17
```
@@ -20,7 +20,7 @@ npx jssd
20
20
21
21
### 🎯 Just Works
22
22
-**Zero configuration** - Smart defaults for everything
23
-
-**One command** - `npx jssd` and you're running
23
+
-**One command** - `npx jspod` and you're running
24
24
-**Beautiful CLI** - Gorgeous terminal output that makes you smile
25
25
26
26
### 🔋 Batteries Included
@@ -39,21 +39,21 @@ Built on [JavaScriptSolidServer](https://github.com/JavaScriptSolidServer/JavaSc
Contributions welcome! JSSD is intentionally simple - we want to keep it that way.
246
+
Contributions welcome! jspod is intentionally simple - we want to keep it that way.
247
247
248
248
**Philosophy**:
249
249
- Simple over complex
@@ -258,12 +258,12 @@ MIT - see [LICENSE](./LICENSE)
258
258
259
259
## 🙏 Credits
260
260
261
-
JSSD is built on top of the excellent [JavaScriptSolidServer](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer) by Melvin Carvalho and contributors.
261
+
jspod is built on top of the excellent [JavaScriptSolidServer](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer) by Melvin Carvalho and contributors.
0 commit comments