jean-claude 0.1.0 → 1.0.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/cli.js +1 -1
- package/dist/utils/logo.d.ts.map +1 -1
- package/dist/utils/logo.js +1 -30
- package/dist/utils/logo.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3,7 +3,7 @@ import chalk from 'chalk';
|
|
|
3
3
|
import { initCommand, pullCommand, pushCommand, statusCommand, } from './commands/index.js';
|
|
4
4
|
import { JeanClaudeError } from './types/index.js';
|
|
5
5
|
import { printLogo } from './utils/logo.js';
|
|
6
|
-
const VERSION = '
|
|
6
|
+
const VERSION = '1.0.0';
|
|
7
7
|
export function createProgram() {
|
|
8
8
|
const program = new Command();
|
|
9
9
|
program
|
package/dist/utils/logo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../src/utils/logo.ts"],"names":[],"mappings":"AAGA,wBAAgB,SAAS,IAAI,IAAI,
|
|
1
|
+
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../src/utils/logo.ts"],"names":[],"mappings":"AAGA,wBAAgB,SAAS,IAAI,IAAI,CAQhC"}
|
package/dist/utils/logo.js
CHANGED
|
@@ -2,38 +2,9 @@ import chalk from 'chalk';
|
|
|
2
2
|
import figlet from 'figlet';
|
|
3
3
|
export function printLogo() {
|
|
4
4
|
const o = chalk.hex('#FF6B4A');
|
|
5
|
-
const r = chalk.red;
|
|
6
|
-
const w = chalk.white;
|
|
7
5
|
const g = chalk.gray;
|
|
8
|
-
// Generate JEAN-CLAUDE text
|
|
9
6
|
const text = figlet.textSync('JEAN-CLAUDE', { font: 'Small' });
|
|
10
|
-
|
|
11
|
-
// Icon lines
|
|
12
|
-
const iconLines = [
|
|
13
|
-
` ${r('▄████▄')}`,
|
|
14
|
-
` ${r('████████')}`,
|
|
15
|
-
` ${o('██████████████')}`,
|
|
16
|
-
` ${o('███')}${w('▀▀')}${o('████')}${w('▀▀')}${o('███')}`,
|
|
17
|
-
` ${o('██████████████')}${g('━━●')}`,
|
|
18
|
-
` ${o('██')}${w('██████')}${o('██')}`,
|
|
19
|
-
` ${o('██')} ${o('██')}`,
|
|
20
|
-
];
|
|
21
|
-
// Pad icon lines to consistent width for alignment
|
|
22
|
-
const paddedIcon = iconLines.map(line => {
|
|
23
|
-
// Strip ANSI codes to get actual length
|
|
24
|
-
const stripped = line.replace(/\x1b\[[0-9;]*m/g, '');
|
|
25
|
-
const padding = 22 - stripped.length;
|
|
26
|
-
return line + ' '.repeat(Math.max(0, padding));
|
|
27
|
-
});
|
|
28
|
-
// Center text vertically relative to icon
|
|
29
|
-
const textOffset = Math.floor((paddedIcon.length - textLines.length) / 2);
|
|
30
|
-
const output = [];
|
|
31
|
-
for (let i = 0; i < paddedIcon.length; i++) {
|
|
32
|
-
const textIndex = i - textOffset;
|
|
33
|
-
const textLine = textIndex >= 0 && textIndex < textLines.length ? textLines[textIndex] : '';
|
|
34
|
-
output.push(paddedIcon[i] + ' ' + o(textLine));
|
|
35
|
-
}
|
|
36
|
-
console.log('\n' + output.join('\n'));
|
|
7
|
+
console.log('\n' + o(text));
|
|
37
8
|
console.log(g(' A companion for syncing Claude Code configuration\n'));
|
|
38
9
|
}
|
|
39
10
|
//# sourceMappingURL=logo.js.map
|
package/dist/utils/logo.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.js","sourceRoot":"","sources":["../../src/utils/logo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,MAAM,UAAU,SAAS;IACvB,MAAM,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC/B,MAAM,CAAC,GAAG,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"logo.js","sourceRoot":"","sources":["../../src/utils/logo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,MAAM,MAAM,QAAQ,CAAC;AAE5B,MAAM,UAAU,SAAS;IACvB,MAAM,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC/B,MAAM,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC;IAErB,MAAM,IAAI,GAAG,MAAM,CAAC,QAAQ,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC;IAE/D,OAAO,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC;IAC5B,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,uDAAuD,CAAC,CAAC,CAAC;AAC1E,CAAC"}
|