Skip to content

Latest commit

 

History

History
 
 

worker-cobol

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Template: worker-cobol

A Cloudflare worker that runs COBOL.

src/index.js is the content of the Workers script.

Setup

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.