Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (easc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
easc
Expo App Services for Cloudflare - CLI tool for deploying Expo OTA updates to Cloudflare Workers.
Getting Started
1. Link for Local Testing
To test the easc locally, you link the package to replace the published package with your local copy.
# From this directory
pnpm link --global
# Now you can use 'easc' command globally
easc --helpOr can also run directly with tsx:
tsx index.ts --helpPublishing
To publish this package to npm:
cd packages/deploy
pnpm run build
pnpm publishKeep in mind that you'll have to change the name to somthing other than easc if you are not a admin on this project. You may wish to publish your own custom version for extra security.