cdk init
Create a new AWS CDK project from a template.
Usage$ cdk init <arguments> <options>
Arguments
The CDK template type to initialize a new CDK project from.
app
â Template for a CDK application.
lib
â Template for an AWS Construct Library.
sample-app
â Example CDK application that includes some constructs.
Valid values: app
, lib
, sample-app
For a list of global options that work with all CDK CLI commands, see Global options.
--generate-only <BOOLEAN>
Specify this option to generate project files without initiating additional operations such as setting up a git repository, installing dependencies, or compiling the project.
Default value: false
--help, -h <BOOLEAN>
Show command reference information for the cdk init
command.
--language, -l <STRING>
The language to be used for the new project. This option can be configured in the projectâs cdk.json
configuration file or at ~/.cdk.json
on your local development machine.
Valid values: csharp
, fsharp
, go
, java
, javascript
, python
, typescript
--list <BOOLEAN>
List the available template types and languages.
$ cdk init --list
Available templates:
* app: Template for a CDK Application
ââ cdk init app --language=[csharp|fsharp|go|java|javascript|python|typescript]
* lib: Template for a CDK Construct Library
ââ cdk init lib --language=typescript
* sample-app: Example CDK Application with some constructs
ââ cdk init sample-app --language=[csharp|fsharp|go|java|javascript|python|typescript]
Create a new CDK app in TypeScript from the library template
$ cdk init lib --language=typescript
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4