create-devcycle-app
v1.8.0
Published
A command line tool for generating DevCycle example apps
Readme
Create DevCycle App
A command line tool for generating DevCycle example apps
npx create-devcycle-app <output-folder>Example usage:
npx create-devcycle-app my-test-appWith template and SDK key flags:
npx create-devcycle-app my-test-app --template=react --key=client-00000000-00000-0000-0000With 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