Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thewasif/simple-quote-generator

A CLI tool that generates an inspirational quote
https://github.com/thewasif/simple-quote-generator

Last synced: about 1 month ago
JSON representation

A CLI tool that generates an inspirational quote

Awesome Lists containing this project

README

        

# Simple Quote Generator

![](https://badge.fury.io/js/simple-quote-generator.svg)
[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)

`simple-quote-generator` is a CLI tool that generates a random quote everytime the use executes a command

### Installation

![](demo.png)

- Run `npm i -g simple-quote-generator`
- Execute `quote` command to get a new quote

> Node should be installed in your system

### Contributions

To install locally

- `git clone https://github.com/MuhammadWasif/simple-quote-generator.git`
- `cd simple-quote-generator`
- Run `npm install`
- Execute `node index.js`