Skip to content

Mobility as a Service API - data model, tests, and validation

License

Notifications You must be signed in to change notification settings

skedgo/maas-schemas

This branch is 17 commits behind maasglobal/maas-schemas:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 30, 2023
Jan 22, 2024
Jan 30, 2023
Sep 13, 2023
Sep 28, 2023
Aug 24, 2023
Jan 30, 2023
Jan 31, 2023
Jan 4, 2018
Jan 31, 2023

Repository files navigation

Shared MaaS Global Type Definitions

This repository contains MaaS Global shared type definitions.

Index

The code is divided into several independent npm packages.

Devops

The following commands should work in all packages where applicable.

npm install -g yarn               # install yarn
yarn                              # install dependencies
yarn lint                         # run linters
yarn typecheck                    # run static type checks
yarn test                         # run tests
yarn prettify                     # auto format code base
yarn ci                           # perform a local CI test run
yarn build                        # create a production build
yarn clean                        # remove build artefacts
yarn readme-ts                    # extract readme code examples
yarn deploy-npm                   # deploy npm package
yarn deploy-alpha                 # deploy prelease npm package

About

Mobility as a Service API - data model, tests, and validation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%