0.0.13 • Published 4 months ago

github-action-yaml v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

6 months ago

0.0.11

5 months ago

0.0.12

4 months ago

0.0.13

4 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.5

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago