@bifravst/muninn-proto
TypeScript icon, indicating that this package has built-in type declarations

5.2.0 • Public • Published

Muninn Protocols npm version

GitHub Actions semantic-release Renovate Commitizen friendly code style: prettier ESLint: TypeScript

Documents the communication protocol between the Muninn backend and the web application.

Usage

npm i --save-exact @bifravst/muninn-proto

Example

Setup

Fetch the submodules

git submodule init
git submodule update --remote

Install the dependencies:

npm ci

Run tests

npm test

Update generated code

npx tsx generate/types/schema-to-type.ts
npx tsx generate/schema/NRFCloudMessage.schema.ts
npx prettier --write .

/@bifravst/muninn-proto/

    Package Sidebar

    Install

    npm i @bifravst/muninn-proto

    Weekly Downloads

    2

    Version

    5.2.0

    License

    BSD-3-Clause

    Unpacked Size

    739 kB

    Total Files

    316

    Last publish

    Collaborators

    • coderbyheart
    • bifravst-ci