MCPcopy
hub / github.com/GrapesJS/grapesjs / InitOptions

Interface InitOptions

packages/cli/src/init.ts:10–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { version } from '../package.json';
9
10interface InitOptions {
11 license?: string;
12 name?: string;
13 components?: boolean;
14 blocks?: boolean;
15 i18n?: boolean;
16 verbose?: boolean;
17 rName?: string;
18 user?: string;
19 yes?: boolean;
20}
21
22const tmpPath = './template';
23const rootPath = process.cwd();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected