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

https://github.com/brandonc/typescript-action

Template repository for building github actions with Typescript
https://github.com/brandonc/typescript-action

github-actions template typescript

Last synced: 3 months ago
JSON representation

Template repository for building github actions with Typescript

Awesome Lists containing this project

README

        

# Template Typescript Action

A template repository for building javascript github actions in Typescript. Here is the tooling setup:

- [tsup](https://github.com/egoist/tsup) compiles typescript to a single file, including dependencies-- just add all dependencies to devDependencies
- ts-jest testing
- prettier formatting
- CI checks
- pre-commit protections

## Install

`npm install`
`npm prepare`

## Run Tests

`npm run test`

---

Example README for Actions follows

---

# Template Typescript Action

This action logs a phrase given as input

## Inputs

### `motd`

**Optional** The phrase to log