A Cloudflare worker that runs COBOL.
src/index.js is the content of the Workers script.
To create a my-project directory using this template, run:
$ npm init cloudflare my-project worker-cobol
# or
$ yarn create cloudflare my-project worker-cobol
# or
$ pnpm create cloudflare my-project worker-cobolNote: Each command invokes
create-cloudflarefor project creation.