github-action-yaml
v0.0.35
Published
## Install
Readme
github-action-yaml
Install
npm install github-action-yamlUsage
npx github-action-yaml generate ./src/generated/github-action.tsExample
import { parseInputs } from './generated/github-action';
const main = () => {
const inputs = parseInputs()
}
main()Generate Options
| Option | Description | Default | Required |
| --------------- | ----------- | ------------ | -------- |
| output | Output file | | true |
| -i, --input | Input file | action.yml | false |
| --watch | Watch mode | | false |
