@glideapps/atc
v0.0.3
Published
Libraries to support ATC service development in Typescript
Downloads
301
Maintainers
Keywords
Readme
@glideapps/atc
The Official Typescript Library for ATC Services:
This package contains the following modules available in esm and cjs flavours:
- OTEL
- More coming soon..
See more in the ATC documentation (also coming soon)
Get Started
npm i @glideapps/atc
Read Component Docs
Contribute to the Library
This package uses Bun for zero compile time tests
To install bun
run curl -fsSL https://bun.sh/install | bash
To install dependencies:
bun install
Run tests
bun test