JSPM

  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q41366F

Package Exports

  • queue-run-cli
  • queue-run-cli/dist/index.js

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 (queue-run-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CLI

Command-line tool for running the development server, deploying projects, managing secrets, etc.

$ npx queue-run help

Usage: index [options] [command]

Options:
  -h, --help                display help for command
  -V, --version             output the version number

Commands:
  build [options] [source]  Build the backend
  dev                       Run the development server
  help [command]            display help for command

When you run npx queue-run it installs this module locally. This module is larger, since it contains build and deploy code, runtimes, etc.