@aidran/cli 0.4.0 → 0.5.0
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/dist/logo.d.ts +9 -6
- package/dist/logo.d.ts.map +1 -1
- package/dist/logo.js +28 -24
- package/dist/logo.js.map +1 -1
- package/package.json +2 -2
package/dist/logo.d.ts
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AIDRAN brand assets rendered as Unicode block-character
|
|
2
|
+
* AIDRAN brand assets rendered as high-fidelity Unicode block-character art.
|
|
3
3
|
*
|
|
4
|
-
* Generated by chafa
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* Generated by chafa with the `sextant` symbol set, which packs 2×3 sub-pixel
|
|
5
|
+
* cells per character glyph for roughly 6× the effective density of the basic
|
|
6
|
+
* block charset. Tuned to remain inside an 80-column terminal width.
|
|
7
|
+
*
|
|
8
|
+
* Regenerate from the canonical brand PNGs with:
|
|
9
|
+
* chafa --format=symbols --symbols=sextant --size=40x20 --colors=none icon-192.png
|
|
10
|
+
* chafa --format=symbols --symbols=sextant --size=80x8 --colors=none logo.png
|
|
8
11
|
*/
|
|
9
12
|
/**
|
|
10
13
|
* Full composite: icon + wordmark + tagline, all in cyan.
|
|
11
|
-
* Used at the top of the wizard. ~
|
|
14
|
+
* Used at the top of the wizard. ~20 lines total.
|
|
12
15
|
*/
|
|
13
16
|
export declare function renderLogo(): string;
|
|
14
17
|
/** Wordmark only — for compact contexts (help, footer). ~6 lines total. */
|
package/dist/logo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../src/logo.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../src/logo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AA+BH;;;GAGG;AACH,wBAAgB,UAAU,IAAI,MAAM,CAInC;AAED,2EAA2E;AAC3E,wBAAgB,cAAc,IAAI,MAAM,CAGvC;AAED,wEAAwE;AACxE,wBAAgB,eAAe,IAAI,MAAM,CAExC"}
|
package/dist/logo.js
CHANGED
|
@@ -1,38 +1,42 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* AIDRAN brand assets rendered as Unicode block-character
|
|
2
|
+
* AIDRAN brand assets rendered as high-fidelity Unicode block-character art.
|
|
3
3
|
*
|
|
4
|
-
* Generated by chafa
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
4
|
+
* Generated by chafa with the `sextant` symbol set, which packs 2×3 sub-pixel
|
|
5
|
+
* cells per character glyph for roughly 6× the effective density of the basic
|
|
6
|
+
* block charset. Tuned to remain inside an 80-column terminal width.
|
|
7
|
+
*
|
|
8
|
+
* Regenerate from the canonical brand PNGs with:
|
|
9
|
+
* chafa --format=symbols --symbols=sextant --size=40x20 --colors=none icon-192.png
|
|
10
|
+
* chafa --format=symbols --symbols=sextant --size=80x8 --colors=none logo.png
|
|
8
11
|
*/
|
|
9
12
|
import pc from 'picocolors';
|
|
10
|
-
/** A-mark icon,
|
|
13
|
+
/** A-mark icon, 13 content rows × ~40 cols (sextant). */
|
|
11
14
|
const ICON_LINES = [
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
15
|
+
' 🬷██████████████🬺 ',
|
|
16
|
+
' 🬞█████████████████🬺🬏 ',
|
|
17
|
+
' 🬦████████████████████🬓 ',
|
|
18
|
+
' 🬵██████████████████████🬱 ',
|
|
19
|
+
' 🬷███████████🬀🬉███████████🬲 ',
|
|
20
|
+
' 🬞🬷██████████🬝🬀 🬁███████████🬺🬏 ',
|
|
21
|
+
' 🬞███████████🬝 🬁🬬███████████🬏 ',
|
|
22
|
+
' 🬵████████████🬺🬹🬹🬹🬹🬹🬹█████████████🬱 ',
|
|
23
|
+
' 🬵██████████████████████████████████🬱 ',
|
|
24
|
+
' 🬷████████████████████████████████████🬺 ',
|
|
25
|
+
'███████████████████████████████████████🬺',
|
|
26
|
+
'███████████🬀 🬉███████████',
|
|
27
|
+
'█████████🬝🬀 🬁██████████',
|
|
24
28
|
];
|
|
25
|
-
/** AIDRAN wordmark,
|
|
29
|
+
/** AIDRAN wordmark, 4 content rows × ~72 cols (sextant). */
|
|
26
30
|
const WORDMARK_LINES = [
|
|
27
|
-
'
|
|
28
|
-
'
|
|
29
|
-
'
|
|
30
|
-
'
|
|
31
|
+
' 🬹🬹🬹🬹🬱 🬦🬹🬹 🬦🬹🬹🬹🬹🬹🬹🬹🬹🬹🬭 🬹🬹🬹🬹🬹🬹🬹🬹🬹🬭 🬞🬹🬹🬹🬹🬏 🬹🬹🬹🬱🬏 🬹🬹🬹 ',
|
|
32
|
+
' 🬞███🬊██🬺 ▐██ ▐██🬂🬂🬂🬂🬂🬊██▌ ██🬕🬂🬂🬂🬂███ 🬵██🬝🬬██🬱 █████🬺🬭 🬬██ ',
|
|
33
|
+
' 🬞███🬺🬹███🬺🬏 ▐██ ▐██🬭🬭🬭🬭🬭🬵██▌ ████████🬎🬆 🬵███🬹🬹███🬱 ██▌ 🬊🬬█████ ',
|
|
34
|
+
' 🬇🬎🬎🬎🬂🬂🬂🬂🬂🬎🬎🬎🬃🬉🬎🬎 🬉🬎🬎🬎🬎🬎🬎🬎🬎🬎🬆 🬎🬎🬄 🬂🬎🬎🬌🬃 🬍🬎🬎🬆🬂🬂🬂🬂🬊🬎🬎🬌 🬎🬎🬄 🬁🬎🬎🬎🬎 ',
|
|
31
35
|
];
|
|
32
36
|
const TAGLINE = 'discourse-intelligence platform';
|
|
33
37
|
/**
|
|
34
38
|
* Full composite: icon + wordmark + tagline, all in cyan.
|
|
35
|
-
* Used at the top of the wizard. ~
|
|
39
|
+
* Used at the top of the wizard. ~20 lines total.
|
|
36
40
|
*/
|
|
37
41
|
export function renderLogo() {
|
|
38
42
|
const icon = ICON_LINES.map((line) => pc.cyan(line)).join('\n');
|
package/dist/logo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.js","sourceRoot":"","sources":["../src/logo.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"logo.js","sourceRoot":"","sources":["../src/logo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,EAAE,MAAM,YAAY,CAAC;AAE5B,yDAAyD;AACzD,MAAM,UAAU,GAAG;IACjB,4CAA4C;IAC5C,6CAA6C;IAC7C,4CAA4C;IAC5C,4CAA4C;IAC5C,8CAA8C;IAC9C,iDAAiD;IACjD,+CAA+C;IAC/C,mDAAmD;IACnD,4CAA4C;IAC5C,4CAA4C;IAC5C,2CAA2C;IAC3C,4CAA4C;IAC5C,6CAA6C;CACrC,CAAC;AAEX,4DAA4D;AAC5D,MAAM,cAAc,GAAG;IACrB,qHAAqH;IACrH,+FAA+F;IAC/F,6FAA6F;IAC7F,iIAAiI;CACzH,CAAC;AAEX,MAAM,OAAO,GAAG,iCAAiC,CAAC;AAElD;;;GAGG;AACH,MAAM,UAAU,UAAU;IACxB,MAAM,IAAI,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAChE,MAAM,IAAI,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACpE,OAAO,KAAK,IAAI,OAAO,IAAI,KAAK,EAAE,CAAC,GAAG,CAAC,YAAY,OAAO,EAAE,CAAC,IAAI,CAAC;AACpE,CAAC;AAED,2EAA2E;AAC3E,MAAM,UAAU,cAAc;IAC5B,MAAM,IAAI,GAAG,cAAc,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACpE,OAAO,KAAK,IAAI,KAAK,EAAE,CAAC,GAAG,CAAC,YAAY,OAAO,EAAE,CAAC,IAAI,CAAC;AACzD,CAAC;AAED,wEAAwE;AACxE,MAAM,UAAU,eAAe;IAC7B,OAAO,KAAK,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,cAAc,OAAO,IAAI,CAAC;AAC7F,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aidran/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "AIDRAN — CLI for applying the @aidran/db migrations and scaffolding consumer projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aidran",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"drizzle-orm": "^0.36.0",
|
|
39
39
|
"pg": "^8.13.0",
|
|
40
40
|
"picocolors": "^1.1.0",
|
|
41
|
-
"@aidran/db": "0.
|
|
41
|
+
"@aidran/db": "0.5.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^22.9.0",
|