JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q77862F
  • 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 Server for Cloudflare - Deploy tool for Expo OTA updates to Cloudflare Workers.

    A drop in replacement for eas.

    Usage

    The tool requires the following environment variables to be set:

    • OTA_SERVER: The URL of your OTA server
    • OTA_API_KEY: Your API key for authentication

    You can set these in a .env file or export them in your shell.

    Then you can run:

    npx easc --channel production

    Deploy to a channel

    npx easc --channel production

    Development

    To work on this package locally:

    # From the root of the monorepo
    pnpm run build:deploy
    
    # Test locally
    cd packages/deploy
    pnpm run dev -- --channel staging

    Publishing

    To publish this package to npm:

    cd packages/deploy
    pnpm run build
    pnpm publish