Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): project templates with "cdk8s init" #10

Merged
merged 3 commits into from Feb 26, 2020
Merged

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Feb 26, 2020

The command cdk8s init TEMPLATE can be used to create new cdk8s projects using cookiecutter.

Update README to direct users to use this new capability.

Elad Ben-Israel added 3 commits February 26, 2020 13:51
Adds a [cookiecutter] template for typescript app projects.

Usage:

    cookiecutter gh:awslabs/cdk8s \
        -—directory templates/app-typescript

We will wrap this under `cdk8s init` soon.

[cookiecutter]: https://cookiecutter.readthedocs.io
Bundle the cookiecutter templates with the CLI and make them
available through a “cdk8s init” command.

Update README to use `cdk8s init` instead of manually create the project.
@eladb eladb merged commit 4aa59d9 into master Feb 26, 2020
@eladb eladb deleted the benisrae/cookiecutter branch February 26, 2020 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant