@sage-bionetworks/rocc-client-angular
v0.8.0
Published
ROCC client library for Angular
Downloads
1
Readme
ROCC Client Library for Angular
Introduction
This TypeScript-Angular client library is used by the ROCC web client to interact with the ROCC API service.
This client library is automatically updated using openapi-generator via a Pull Request opened shortly after a new release of the ROCC schemas is available.
Specification
- ROCC client library version: 0.8.0
- ROCC schemas version: 0.6.0
Requirements
- Node >=14
Usage
TBA
Development
Build
Run npm run build
to build the library for production. The build artifacts
will be stored in the dist/
directory.
Publish
npm run build
cd dist/rocc-client
npm publish
Versioning
GitHub release tags
This repository uses semantic versioning to track the releases of this project. This repository uses "non-moving" GitHub tags, that is, a tag will always point to the same git commit once it has been created.
npm package tags
The artifact published by the [CI/CD workflow] of this GitHub repository is an npm package pushed to the npm package registry npmjs.org. This table lists the package tags pushed to this registry.
| Tag name | Moving | Description
|-----------------------------|--------|------------
| <major>.<minor>.<patch>
| No | Stable release.
Contributing
Thinking about contributing to this project? Get started by reading our contribution guidelines.