mkdir cfw && \
cd cfw && \
npx lerna@latest init && \
gi macos,node,osx,visualstudiocode > .gitignore && \
mkdir packages && \
cd packages && \
npx create-cloudflare@latest main --accept-defaults --deploy=false --ts && \
npx lerna@latest create worker --yesadd a publish script to each package.json in the packages folder and a publish script to the main package.json to run in a coordinated manner.