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: about 1 year ago
JSON representation
CLI tool which gives name of car specified to country of origin
- Host: GitHub
- URL: https://github.com/debck/car-cli
- Owner: debck
- License: mit
- Created: 2018-06-09T04:55:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T04:33:10.000Z (over 3 years ago)
- Last Synced: 2025-04-08T03:47:50.833Z (over 1 year ago)
- Topics: cli, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# car-CLI
[](https://www.codefactor.io/repository/github/debck/car-cli) [](https://www.npmjs.com/package/cars) 
#### 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