https://github.com/riyadhalnur/quote-cli
Get a random quote or the quote of the day in your CLI
https://github.com/riyadhalnur/quote-cli
cli nodejs quote-cli quotes terminal
Last synced: 9 months ago
JSON representation
Get a random quote or the quote of the day in your CLI
- Host: GitHub
- URL: https://github.com/riyadhalnur/quote-cli
- Owner: riyadhalnur
- License: mit
- Created: 2015-09-19T08:48:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T18:09:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T16:42:03.677Z (over 1 year ago)
- Topics: cli, nodejs, quote-cli, quotes, terminal
- Language: JavaScript
- Size: 2.25 MB
- Stars: 84
- Watchers: 4
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: license
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cli-apps - quote-cli - Get a random quote or the quote of the day in your CLI. (Just for Fun / Image Conversion)
- fucking-awesome-cli-apps - quote-cli - Get a random quote or the quote of the day in your CLI. (Just for Fun / Image Conversion)
README
# quote-cli
[](https://travis-ci.org/riyadhalnur/quote-cli) [](https://dependencyci.com/github/riyadhalnur/quote-cli) [](https://coveralls.io/github/riyadhalnur/quote-cli?branch=master) [](https://snyk.io/test/github/riyadhalnur/quote-cli)
> Get a random quote or the quote of the day in your CLI
## Install
```
$ npm install -g quote-cli
```
```bash
$ quote --help
Usage
quote [options]
Options
qotd
Examples
$ quote
To be or not be, that is the question. - William Shakespeare
$ quote qotd
Wars teach us not to love our enemies, but to hate our allies. - W. L. George
```
## License
MIT
Made with love in Dhaka, Bangladesh by [Riyadh Al Nur](http://twitter.com/riyadhalnur)