0.0.7 • Published 5 months ago

thala7 v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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:

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

npm install -g thala7

and can run it by

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:

    git clone https://github.com/your-username/thala7.git
  2. Navigate to the Repository Directory:

    cd thala7
  3. Install Dependencies: Use npm to install all the required dependencies:

    npm install

    Once you've followed these steps, you can use the Thala7 tool locally in your project using:

node .

To run the script.

If you wanna install it globally

Then Navigate the root directory of the cloned repo and then run

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

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.

0.0.7

5 months ago

0.0.6

5 months ago

0.1.0

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago

0.0.1

5 months ago