Game of Thrones quote in your terminal using CLI tool

Prakash
Developers Stacks
Published in
2 min readApr 19, 2019

Popular Game of Thrones quote of famous characters.Popular Game of Thrones quote of famous characters. Here

How to install

Npm Package

After, installation if you are not able to use it or got any error then use another way.

$ npm i -g @prakash106/got-quotes

Clone the repository

First, you need to clone the repository in your system and then run the following commands.

$ git clone https://github.com/Prakash106/qot-quote-cli.git got-quote$ cd ./got-quote//Use sudo if some permission issue
$ npm link

After npm link, the package is successfully installed in your system.

How to use

There are three commands in this tool.

1. got

Show all the details about the package.

got command

2. got quote

Randomly show the quotes of any character in game of thrones.

3. got quote [character-name]

You can also specify the name of the character.

4. got characters command

Command show all the characters with the short name.

Go to https://github.com/Prakash106/qot-quote-cli for more updates

--

--