JSPM

  • Created
  • Published
  • Downloads 79
  • Score
    100M100P100Q66056F
  • License MIT

A CLI and module to start the Hello Quickstart web app and return a client_id

Package Exports

  • @hellocoop/quickstart
  • @hellocoop/quickstart/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 (@hellocoop/quickstart) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Hellō Quickstart

This package starts a local web server and launches the Hellō Quickstart Web App to create or retrieve the client_id for a Hellō Application.

CLI

If you have Node.js >= v18, you can run Quickstart with:

npx @hellocoop/quickstart@latest

This will prompt you to install the package if not already installed. It will then open up a browser window, where you will login with Hellō, and then choose to create a new app, or select an existing one, and then it will return the app's client_id to the console.

Quickstart CLI and SDK Documentation