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-cobol
Note: Each command invokes
create-cloudflare
for project creation.