A command line tool for generating DevCycle example apps
npm install create-devcycle-appA command line tool for generating DevCycle example apps
```
npx create-devcycle-app
Example usage:
``
npx create-devcycle-app my-test-app
With template and SDK key flags:
``
npx create-devcycle-app my-test-app --template=react --key=client-00000000-00000-0000-0000
With a full stack template:
```
npx create-devcycle-app my-test-app --template=nextjs-app-router --key=client-00000000-00000-0000-0000,server-00000000-00000-0000-0000