MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / displayIntro

Function displayIntro

packages/baseai/src/init/index.ts:27–35  ·  view source on GitHub ↗
({
	calledAsCommand
}: {
	calledAsCommand: boolean;
})

Source from the content-addressed store, hash-verified

25}
26
27async function displayIntro({
28 calledAsCommand
29}: {
30 calledAsCommand: boolean;
31}): Promise<void> {
32 if (calledAsCommand) {
33 p.intro(heading({ text: 'SETUP', sub: 'Setting up BaseAI' }));
34 }
35}
36
37async function ensurePackageJson(): Promise<void> {
38 const exists = await checkFileExists('package.json');

Callers 1

initFunction · 0.85

Calls 1

headingFunction · 0.90

Tested by

no test coverage detected