init¶
This command creates new cdk8s projects from built-in templates:
cdk8s init TEMPLATE
The following example will create a new TypeScript app project:
mkdir my-fun-little-project
cd my-fun-little-project
cdk8s init typescript-app
This command creates new cdk8s projects from built-in templates:
cdk8s init TEMPLATE
The following example will create a new TypeScript app project:
mkdir my-fun-little-project
cd my-fun-little-project
cdk8s init typescript-app