Amplify Toolbox
Preparing search index...
@aws-amplify/plugin-types
PackageManagerController
Type Alias PackageManagerController
type
PackageManagerController
=
{
allowsSignalPropagation
:
()
=>
boolean
;
getCommand
:
(
args
:
string
[]
)
=>
string
;
initializeProject
:
()
=>
Promise
<
void
>
;
initializeTsConfig
:
(
targetDir
:
string
)
=>
Promise
<
void
>
;
installDependencies
:
(
packageNames
:
string
[]
,
type
:
"dev"
|
"prod"
,
)
=>
Promise
<
void
>
;
runWithPackageManager
:
(
args
:
string
[]
|
undefined
,
dir
:
string
,
options
?:
ExecaOptions
,
)
=>
ExecaChildProcess
;
tryGetDependencies
:
()
=>
Promise
<
Dependency
[]
|
undefined
>
;
}
Index
Properties
allows
Signal
Propagation
get
Command
initialize
Project
initialize
Ts
Config
install
Dependencies
run
With
Package
Manager
try
Get
Dependencies
Properties
allows
Signal
Propagation
allowsSignalPropagation
:
()
=>
boolean
get
Command
getCommand
:
(
args
:
string
[]
)
=>
string
initialize
Project
initializeProject
:
()
=>
Promise
<
void
>
initialize
Ts
Config
initializeTsConfig
:
(
targetDir
:
string
)
=>
Promise
<
void
>
install
Dependencies
installDependencies
:
(
packageNames
:
string
[]
,
type
:
"dev"
|
"prod"
,
)
=>
Promise
<
void
>
run
With
Package
Manager
runWithPackageManager
:
(
args
:
string
[]
|
undefined
,
dir
:
string
,
options
?:
ExecaOptions
,
)
=>
ExecaChildProcess
try
Get
Dependencies
tryGetDependencies
:
()
=>
Promise
<
Dependency
[]
|
undefined
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allows
Signal
Propagation
get
Command
initialize
Project
initialize
Ts
Config
install
Dependencies
run
With
Package
Manager
try
Get
Dependencies
Amplify Toolbox
Loading...