@graasp/sdk
TypeScript icon, indicating that this package has built-in type declarations

4.12.1 • Public • Published

Graasp SDK

Latest version published on NPM Latest version released on Github NPM package downloads per month example branch parameter typescript version

This repository contains all shared utils and types for the Graasp ecosystem.

Installation

Run yarn to install the packages.

yarn

Testing

This project uses vitest as the test runner. It is fast, supports ESM and has an API similar to Jest (which was used previously).

To start the tests run:

yarn test

The tests will run in watch mode, meaning that when you edit a file, the tests in that file (or any test file depending on that file) will be re-run. This allows for a fast feedback loop.

Building

This package exposes a ESM and a CommonJS build as well as type declarations for Typescript.

The structure is as follows:

  • esm contains the javascript files to use with ECMAScript Modules (ESM) it is built with the tsconfig.esm.json file.
  • cjs contains the javascript files to use with CommonJS it is built with the tsconfig.cjs.json file.
  • types contains the type declarations for Typescript it is built with the tsconfig.types.json file.

The last bit of the build process is to add a single line package.json file in esm and cjs with the correct value for the type key (commonjs for cjs and module for esm).

Contributors

Readme

Keywords

none

Package Sidebar

Install

npm i @graasp/sdk

Weekly Downloads

2,506

Version

4.12.1

License

AGPL-3.0-only

Unpacked Size

279 kB

Total Files

269

Last publish

Collaborators

  • dialexo
  • spaenleh
  • juancarlosfarah
  • pyphilia