Packages › trotsky › Trotsky › starterPacks
Trotsky.starterPacks() method
Adds a StepStarterPacks step.
Signature:
typescript
starterPacks(uris: Resolvable<StepStarterPacksUris>): StepStarterPacks<this>;Parameters
Parameter | Type | Description |
|---|---|---|
uris | Resolvable<StepStarterPacksUris> | The starter pack URIs. |
Returns:
StepStarterPacks<this>
The new StepStarterPacks instance.