https://github.com/perfectbase/typescript-cli
A Dockerized TypeScript CLI built with Commander to be used for running batch jobs on AWS.
https://github.com/perfectbase/typescript-cli
aws aws-batch cli commander typescript
Last synced: about 2 months ago
JSON representation
A Dockerized TypeScript CLI built with Commander to be used for running batch jobs on AWS.
- Host: GitHub
- URL: https://github.com/perfectbase/typescript-cli
- Owner: perfectbase
- Created: 2022-06-29T08:27:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T15:04:32.000Z (almost 4 years ago)
- Last Synced: 2025-08-25T23:36:15.301Z (10 months ago)
- Topics: aws, aws-batch, cli, commander, typescript
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About the project
Using `Commander` to create a dockerized TypeScript CLI to be used for running batch jobs on AWS.
## Getting started
From the root of the app, run:
```bash
docker build -t typescript-cli .
# For M1 Mac, use this command:
# docker buildx build --platform=linux/amd64 -t typescript-cli .
```
This will build the docker image.
You can run the job using the following command:
```bash
docker run --rm -it typescript-cli greeting YourName -s 'Nice name!'
```
## Check the tutorial
https://blog.perfect-base.com/typescript-cli-aws-batch