monax / aspen-sdk

Aspen SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aspen Software Development Kit Monorepo

This it the development repository for the Aspen SDK. It is a monorepo containing the SDK package proper and a number of examples.

See the SDK Readme for further details on the SDK itself which is available as an NPM module.

You can clone this repo in order to run the examples and tests herein.

Build

From the root of the repository run:

pnpm install
# Generates necessary code then builds
pnpm build

To install dependencies and build all sub-packages.

Examples

A range of self-contained examples utilising the Aspen SDK can be found in the examples directory of this repository.

About

Aspen SDK

License:Apache License 2.0


Languages

Language:TypeScript 99.6%Language:Shell 0.3%Language:JavaScript 0.2%