@shopify/cli-kit
Preparing search index...
node/cli
runCreateCLI
Function runCreateCLI
runCreateCLI
(
options
:
RunCLIOptions
,
launchCLI
?:
(
options
:
{
moduleURL
:
string
}
)
=>
Promise
<
void
>
,
argv
?:
string
[]
,
env
?:
ProcessEnv
,
versions
?:
ProcessVersions
,
)
:
Promise
<
void
>
A function for create-x CLIs that automatically runs the "init" command.
Parameters
options
:
RunCLIOptions
launchCLI
:
(
options
:
{
moduleURL
:
string
}
)
=>
Promise
<
void
>
= defaultLaunchCli
argv
:
string
[]
= process.argv
env
:
ProcessEnv
= process.env
versions
:
ProcessVersions
= process.versions
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@shopify/cli-kit
Loading...
A function for create-x CLIs that automatically runs the "init" command.