Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jaid/get-boolean-action-input
- Owner: Jaid
- License: mit
- Created: 2019-11-29T10:46:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T23:53:12.000Z (almost 2 years ago)
- Last Synced: 2024-12-16T18:11:47.633Z (about 1 month ago)
- Topics: action, actions, boolean, get-input, github, github-action, github-actions, input, lib, library, util, utility
- Language: JavaScript
- Homepage: https://github.com/Jaid/get-boolean-action-input
- Size: 2.33 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license.txt
Awesome Lists containing this project
README
# get-boolean-action-input
**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
```bash
npm install --save get-boolean-action-input@^2.0.0
``````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)