Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cedricium/should-i-cli

🤔 Decision-making made easy. Ask a question to get back a yes or no answer.
https://github.com/cedricium/should-i-cli

Last synced: 2 months ago
JSON representation

🤔 Decision-making made easy. Ask a question to get back a yes or no answer.

Awesome Lists containing this project

README

        

should-i-cli
============

[![Version](https://img.shields.io/npm/v/should-i-cli.svg)](https://npmjs.org/package/should-i-cli)
[![Downloads/week](https://img.shields.io/npm/dw/should-i-cli.svg)](https://npmjs.org/package/should-i-cli)
[![License](https://img.shields.io/npm/l/should-i-cli.svg)](https://github.com/cedricium/should-i-cli/blob/master/package.json)

Decision-making made easy. Ask a question to get back a yes or no answer.
> Note: should-i and it's developers are not responsible for the actions you choose.

## Usage

```sh
USAGE
$ should-i QUESTION

ARGUMENTS
QUESTION the question you want answered

OPTIONS
-h, --help show CLI help
-v, --version show CLI version

DESCRIPTION
Decision-making made easy. Ask a question to get back a yes or no answer.
```

### Examples

`should-i` has your best interest in mind (most of the time).

```sh
$ should-i "go for a run tonight?"
✖ no way, Jose
```

```sh
$ should-i "eat whatever I feel like?"
✔ totally
```

## Contributing

Contributions are welcome from anyone and everyone. To contribute:

1. **Fork** the repo on GitHub
2. **Clone** the project to your own machine
3. **Commit** changes to your own branch
4. **Push** your work back up to your fork
5. Submit a **Pull request** so that we can review your changes

> Note: Be sure to merge the latest from "upstream" before making a pull request!

### Contributors:

Special thanks to those who have helped `should-i-cli`:

- Ahmed AlQahtani ([@alqahtani](https://github.com/alqahtani))
- Anderson Joseph ([@andersonjoseph](https://github.com/andersonjoseph))

## License
[MIT](LICENSE.md)