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
- Host: GitHub
- URL: https://github.com/mavrick-1/thala
- Owner: MAVRICK-1
- License: mit
- Created: 2023-12-28T04:17:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T09:37:26.000Z (over 2 years ago)
- Last Synced: 2026-02-10T21:07:44.892Z (5 months ago)
- Topics: cli, cli-app, funny, jsnode, thala
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
### Try the game yourself :-) And If you wanna Add or suggest more features you can use the discussion.