@jikida/init 0.1.0 → 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/bin/init.js +5 -5
- package/package.json +1 -1
package/bin/init.js
CHANGED
|
@@ -41,11 +41,11 @@ function banner() {
|
|
|
41
41
|
// one monospace cell, so rows can't drift the way thin box-drawing chars do in
|
|
42
42
|
// the user's terminal. Framed top/bottom with a rule, like a proper CLI.
|
|
43
43
|
const wideArt = [
|
|
44
|
-
'
|
|
45
|
-
'██
|
|
46
|
-
'██
|
|
47
|
-
'██ ██ ██
|
|
48
|
-
'
|
|
44
|
+
' ███ ██ ██ ██ ██ ████ ████ ',
|
|
45
|
+
' ██ ██ ██ ██ ██ ██ ██ ██ ██',
|
|
46
|
+
' ██ ██ ████ ██ ██ ██ ██████',
|
|
47
|
+
'██ ██ ██ ██ ██ ██ ██ ██ ██ ██',
|
|
48
|
+
' ████ ██ ██ ██ ██ ████ ██ ██',
|
|
49
49
|
];
|
|
50
50
|
const inner = 58; // characters between the │ borders
|
|
51
51
|
const rule = '─'.repeat(inner);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jikida/init",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "One command to install a production Web Application Firewall. Detects Node (Next.js / Express / Fastify), PHP (Laravel / Symfony), and Python (Django / FastAPI / Flask), installs the right Jikida SDK, wires the middleware, writes JIKIDA_TOKEN to .env. $0 to start. Fails open. Playground + MCP for Claude Code / Cursor / Windsurf included.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|