Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Create CDK Apps from Templates

NotificationsYou must be signed in to change notification settings

cdk-dev/create-cdk-app

Repository files navigation

Create CDK apps from templates.

View templateshere.

Usage

NPM

$ npx create-cdk-app<options><project-dir>

Yarn

$ yarn create cdk-app<options><project-dir>

If you choose adefault template, you will be prompted to choose a language. This is then passed to a child-process that runscdk init. This requiresaws-cdk to be installed and available in the context of the shell.

A template fromtemplates

$ yarn create cdk-app -t default my-new-app

This will scaffold thedefault template into themy-new-app directory.

Authentication

It is highly recommended that you set the following to environment variables:

GITHUB_USERNAME=<your username>GITHUB_TOKEN=<personal access|oauth token>

These will be pulled in and used for all github-related requests.

Github will rate-limit you to 5000 calls per hour if you're not using authentication. This limit is easily reached if you use a lot of other tools that are making these types of requests, or if you share an internet connection with many other people interacting with github.

Using authentication also comes with the added benefit of being able to use private repos as template sources.

Adding a template

Please review the templatecontributing documentation.

Contributing

Please review thecontributing documentation.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp