@ts-engine/runtime
Version:
@ts-engine's runtime dependency for Node.js applications.
27 lines (20 loc) • 797 B
Markdown
<p align="center">
<img
src="https://raw.githubusercontent.com/ts-engine/assets/master/logo.png"
alt="ts-engine logo"
/>
</p>
<h1 align="center">@ts-engine/runtime</h1>
<p align="center">
<img style="display: inline-block; margin-right: 5px;" src="https://github.com/ts-engine/ts-engine/workflows/Verify/badge.svg" />
<img style="display: inline-block; margin-right: 5px;" src="https://github.com/ts-engine/ts-engine/workflows/Publish/badge.svg" />
<img style="display: inline-block; margin-right: 5px;" src="https://badgen.net/github/release/ts-engine/ts-engine" />
</p>
The default runtime dependency for ts-engine.
## Documentation
Checkout the official docs over at https://ts-engine.dev.
## Getting Started
Install the package.
```sh
yarn add @ts-engine/runtime
```