Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jaid/get-boolean-action-input

GitHub Actions getInput() wrapper that returns a boolean.
https://github.com/jaid/get-boolean-action-input

action actions boolean get-input github github-action github-actions input lib library util utility

Last synced: 22 days ago
JSON representation

GitHub Actions getInput() wrapper that returns a boolean.

Awesome Lists containing this project

README

        

# get-boolean-action-input

License Sponsor get-boolean-action-input
Build status Commits since v2.0.0 Last commit Issues
Latest version on npm Dependents Downloads

**GitHub Actions getInput() wrapper that returns a boolean.**

#### Pure ESM library

:information_source: This package has only ESM exports. You should `import` it from MJS files or [read more here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).

## Installation

get-boolean-action-input on npm

```bash
npm install --save get-boolean-action-input@^2.0.0
```

get-boolean-action-input on Yarn

```bash
yarn add get-boolean-action-input@^2.0.0
```

## Development

Development hints for maintaining and improving get-boolean-action-input

Setting up:
```bash
git clone [email protected]:jaid/get-boolean-action-input.git
cd get-boolean-action-input
npm install
```
Testing in production environment:
```bash
npm run test
```

## License
[MIT License](https://raw.githubusercontent.com/jaid/get-boolean-action-input/master/license.txt)
Copyright © 2020, Jaid \ (https://github.com/jaid)