An open API service indexing awesome lists of open source software.

https://github.com/fivepoint-0/automation-api

Bun-based typescript library for managing abstract Automation objects meant for large-scale business transactions and workflows.
https://github.com/fivepoint-0/automation-api

Last synced: 12 months ago
JSON representation

Bun-based typescript library for managing abstract Automation objects meant for large-scale business transactions and workflows.

Awesome Lists containing this project

README

          

# automation-api

To install dependencies:

```bash
make install
```

To run:

```bash
make run
```

To run tests:
```bash
make test
```

To build:
```bash
make build
```

To tag a build with a version number (like `1.1.0`):
```bash
IMAGE_TAG=1.1.0 make tag
```

To start container:

```bash
make container
```