tobl-data-schema
v3.12.24
Published
Shared data schema for TOBL projects
Downloads
30
Readme
data-schema
Shared data schema for TOBL projects
Introduction
This repository contains the shared data schema used across multiple TOBL projects. It is published as an NPM package for easy consumption.
Installation
To install this package, run the following command:
yarn add tobl-data-schema
Publishing a New Version
To publish a new version of this package, follow these steps:
Navigate to the project directory:
cd path/to/tobl-data-schema
Run the publish command:
yarn publish
This will prompt you to enter the new version number. After confirming, it will automatically build and publish the package.
Confirm the publish:
You should see a success message indicating that the package has been published.
Upgrading the Package in Other Projects
In tobl-functions-ts
Project
Navigate to the project directory:
cd path/to/tobl-functions-ts
Run the upgrade command:
yarn upgrade tobl-data-schema --latest
In tobl-web
Project
Navigate to the project directory:
cd path/to/tobl-web
Run the upgrade command:
yarn upgrade tobl-data-schema --latest
Contributing
Please read the CONTRIBUTING.md for details on how to contribute to this project.