MCPcopy Create free account
hub / github.com/Snapchat/Valdi / valdiSetup

Function valdiSetup

npm_modules/cli/src/commands/devSetup.ts:6–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import { wrapInColor } from '../utils/logUtils';
5
6async function valdiSetup() {
7 const returnCode = await beginEnvironmentSetup();
8
9 if (returnCode !== 0) {
10 console.log(wrapInColor('Environment setup did not complete successfully.', ANSI_COLORS.YELLOW_COLOR));
11 }
12}
13
14export const command = 'dev_setup';
15export const describe = 'Sets up the development environment for Valdi';

Callers

nothing calls this directly

Calls 3

beginEnvironmentSetupFunction · 0.90
wrapInColorFunction · 0.90
logMethod · 0.65

Tested by

no test coverage detected