0.0.13 • Published 6 months ago

github-action-yaml v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

github-action-yaml

Install

npm install github-action-yaml

Usage

npx github-action-yaml generate ./src/generated/github-action.ts

Example

import { parseInputs } from './generated/github-action';

const main = () => {
  const inputs = parseInputs()
}

main()

Generate Options

OptionDescriptionDefaultRequired
outputOutput filetrue
-i, --inputInput fileaction.ymlfalse
--watchWatch modefalse
0.0.10

8 months ago

0.0.11

8 months ago

0.0.12

6 months ago

0.0.13

6 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.5

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago