cdk-dev / create-cdk-app

Create CDK Apps from Templates
https://cdk.dev
17 stars 1 forks source link

research(cdk-init): Should we actually depend on aws-cdk for the init script? #4

Open wulfmann opened 4 years ago

wulfmann commented 4 years ago

Right now if you select default from the templates list, it will try and run cdk init after you select a language. It expects you to have cdk installed and available in that terminal. Should we actually specify the dependency?