@imec/cityflows-data-models
v0.9.2
Published
Collection of TypeScript data models for CityFlows
Downloads
3
Readme
Cityflows Data Models
Info
This repo contains a collection of TypeScript data models for CityFlows. These models represent the input and output of the service that you can find here.
The most important models in this repo are:
CityFlowsInputRawV2
CityFlowsInputV2
CityFlowsInputValidatedV2
CityFlowsInputCorrelatedV2
Making commits
This project follows the conventional commit style.
Release
np is used to publish a new version to https://www.npmjs.com/package/@imec/cityflows-data-models.
- Login with the
imec-apt-admin
user account, found in 1Password
npm login
- Release a new version
npm run release
- Generate
CHANGELOG.md
npm run changelog
- Commit and push
CHANGELOG.md
git stage CHANGELOG.md
git commit -m "docs: update CHANGELOG"
git push