https://github.com/deciduously/setup-tangram
Set up Tangram for use in Github Actions workflows
https://github.com/deciduously/setup-tangram
Last synced: about 1 year ago
JSON representation
Set up Tangram for use in Github Actions workflows
- Host: GitHub
- URL: https://github.com/deciduously/setup-tangram
- Owner: deciduously
- License: mit
- Created: 2024-10-10T14:15:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T17:25:37.000Z (over 1 year ago)
- Last Synced: 2025-03-23T21:49:20.164Z (about 1 year ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-tangram
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run dist/index.js
```
This project was created using `bun init` in bun v1.1.30. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.