JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q75470F
  • License MIT

Expo App Services for Cloudflare - Deploy tool for Expo OTA updates to Cloudflare Workers

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

    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 --help

    Or can also run directly with tsx:

    tsx index.ts --help

    Publishing

    To publish this package to npm:

    cd packages/deploy
    pnpm run build
    pnpm publish

    Keep 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.