2024.4.16-0 • Published 16 days ago

@mat3ra/code v2024.4.16-0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
16 days ago

npm version License: Apache

@exabyte-io/code.js

@exabyte-io/code.js houses COre DEfinitions (CODE) for use across the Mat3ra platform. Its usage can be found in other open-source packages used in the platform.

Installation

For usage within a javascript project:

npm install @exabyte-io/code.js

For development:

git clone https://github.com/Exabyte-io/code.js.git

Contribution

This repository is an open-source work-in-progress and we welcome contributions.

We regularly deploy the latest code containing all accepted contributions online as part of the Mat3ra.com platform, so contributors will see their code in action there.

See ESSE for additional context regarding the data schemas used here.

Useful commands for development:

# run linter without persistence
npm run lint

# run linter and save edits
npm run lint:fix

# compile the library
npm run transpile

# run tests
npm run test