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

https://github.com/mavrick-1/thala

Fun CLI Application to see you are Thala fan or not
https://github.com/mavrick-1/thala

cli cli-app funny jsnode thala

Last synced: 3 months ago
JSON representation

Fun CLI Application to see you are Thala fan or not

Awesome Lists containing this project

README

          

# Thala7 CLI Tool
### It's a CLI game designed to test if you are a fan of Thala (Ms. Dhoni). You need to input a word or number. If the inputted value has a relation with the number 7, you win. Otherwise, you lose.
## Using the Thala7 CLI with npx To
use the Thala7 CLI tool directly without installing it, you can use the following command:

```bash
npx thala7
```

This will execute the Thala7 CLI tool from the npm registry without needing a global or local installation.

## You can download it permanently in you system by running

```cmd
npm install -g thala7
```
and can run it by

```cmd
thala
```

## Using the Thala7 Repo Locally
If you wish to use the Thala7 tool from this repository locally in your project, follow these steps:

1. **Clone the Repository**:
```bash
git clone https://github.com/your-username/thala7.git
```

2. **Navigate to the Repository Directory**:
```bash
cd thala7
```

3. **Install Dependencies**:
Use npm to install all the required dependencies:
```bash
npm install
```
Once you've followed these steps, you can use the Thala7 tool locally in your project using:
```bash
node .
```
To run the script.

### If you wanna install it globally
Then Navigate the root directory of the cloned repo and then run
```bash
npm install -g
```
The ```-g``` falg tells npm to install the package Globally on the system
### After installing globally you can access it by running
```cmd
thala
```

This will add the Thala7 tool as a dependency in your project, and you can then use it accordingly.

### Game ScreenShots


Screenshot 2023-12-28 122942


Screenshot 2023-12-28 132553

Screenshot 2023-12-28 133040

### Try the game yourself :-) And If you wanna Add or suggest more features you can use the discussion.