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.
- Host: GitHub
- URL: https://github.com/fivepoint-0/automation-api
- Owner: fivepoint-0
- Created: 2024-04-05T15:44:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T21:44:07.000Z (about 2 years ago)
- Last Synced: 2025-03-03T09:27:56.778Z (over 1 year ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```