Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/debck/car-cli
- Owner: debck
- License: mit
- Created: 2018-06-09T04:55:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T04:33:10.000Z (over 1 year ago)
- Last Synced: 2024-09-21T14:00:04.050Z (about 2 months ago)
- Topics: cli, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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