Skip to content

hellocoop/packages-js

Repository files navigation

Hellō Packages

This is a monorepo of packages for developing and integrating Hellō

A package to add login and registration with Hellō to an Express application.

Hellō Express Quickstart documentation

Hellō Express SDK documentation

A package to add login and registration with Hellō to an Fastify application.

Hellō Fastify Quickstart documentation

Hellō Fastify SDK documentation

A package to add login and registration with Hellō to a Next.js application.

HellōnNext.js Quickstart documentation

Hellō Next.js SDK documentation

React components for Hellō - BETA

Hellō React SDK documentation

Svelte components for Hellō - BETA

Hellō React SDK documentation

A CLI and nodejs package to create or retrieve a Hellō client_id.

Quickstart CLI and API Documentation

A set of Node.js helper functions for the Hellō OpenID Connect Provider.

A set of client side helper functions for the Hellō OpenID Connect Provider.

Hellō core / client SDK documentation

Publishing New Versions

  • make updates and commit changes to repo
  • npx lerna version will then see which workspaces have changes and prompt to update the version, and all dependent versions

setup with

npx lerna init --independent

lerna publish from-package will only publish packages that have a different version then what is published

lerna publish will prompt to update the version of the package as well