Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

unpkg-worker

This package is a library of common utilities for UNPKG Cloudflare Workers.

Development

Install dependencies and run the tests:

pnpm install
pnpm test

Deploying

Build it before you deploy:

pnpm build