Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/debck/car-cli

CLI tool which gives name of car specified to country of origin
https://github.com/debck/car-cli

cli nodejs npm-package

Last synced: 24 days ago
JSON representation

CLI tool which gives name of car specified to country of origin

Awesome Lists containing this project

README

        

# car-CLI
[![CodeFactor](https://www.codefactor.io/repository/github/debck/car-cli/badge)](https://www.codefactor.io/repository/github/debck/car-cli) [![npm downloads](https://img.shields.io/npm/dt/cars.svg)](https://www.npmjs.com/package/cars) ![Travis CI](https://travis-ci.com/debck/car-CLI.svg?branch=master)

#### It is a simple CLI tool which give the name of the car that most represent their country Of origin.
#### Every country has at least one car by which the country can easily be guessed and this CLI tells the name of car depending upon the entered country.

## USE:

### Installation
> npm install -g cars

### use:

```
car -> to get random name of a car of any country.

car --show -> To get car that represent that country.

>
- au(Australia)
- in(India)
- en(England)
- ru(Russia)
- ge(Germany)
- it(Italy)
- sw(Sweden)
- am(America)
```
### Preview of usage