Skip to content

js8path/js8path-data

Repository files navigation

js8path-data

Shared structures, validators, and utilities for js8path data.

Usage

js8path-data javascript module

Usage:

import js8pathData from '@js8path/js8path-data'

  • js8pathData.valdators.*: validates js8path data
  • js8pathData.schema.*: JSON Schema definitions for js8path data
  • js8pathData.exampleData.*: examples of js8path data
// import js8pathData from '@js8path/js8path-data'

Development

development process

Prepare package for development with yarn install

Run unit tests and coverage once yarn run test

Build distribution files yarn run build

Start continuous testing with: yarn run dev

This will open a web-browser screen with unit test results. The tests are re-run every time that changed source code is saved.

License

MIT, ©2020, Correspondence Technologies, LLC

About

Shared structures, validators, and utilities for js8path data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published