@kryvenaiofficial/kryven 0.2.4 → 0.2.5
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/cli.mjs +771 -660
- package/package.json +1 -1
- package/scripts/postinstall.cjs +1 -1
package/package.json
CHANGED
package/scripts/postinstall.cjs
CHANGED
|
@@ -32,7 +32,7 @@ try {
|
|
|
32
32
|
' ' + purple('────────────────────────────────────────────'),
|
|
33
33
|
' ' + green('✓') + ' ' + bold('Kryven CLI installed.'),
|
|
34
34
|
'',
|
|
35
|
-
' Run ' + bold(purple('kryven')) + ' in your terminal to enable the CLI.',
|
|
35
|
+
' Run "' + bold(purple('kryven')) + '" in your terminal to enable the CLI.',
|
|
36
36
|
' ' + purple('────────────────────────────────────────────'),
|
|
37
37
|
'',
|
|
38
38
|
' ' + bold('kryven') + ' ' + dim('start chatting + coding (3 free prompts)'),
|