pi-base / core

Shared data model for π-Base services
MIT License
1 stars 0 forks source link
math topology typescript

🛑 DEPRECATED 🛑

➡️ This package is now managed in the pi-base/web monorepo


test Coverage Status

pi-base/core

Shared data model for the π-Base viewer and associated utilities.

Local Development

Clone the repo and then run

$ npm install
$ npm run test

See the viewer and compiler for examples of usage. This package is mostly internal implementation details, and tends to be fluid and sparsely documented. If you are interested in building on top of this package, please reach out so we can better support you.

Releasing

$ npm run build
$ npm run test
$ npm publish