https://github.com/sanwebinfo/tn-cities-district
Tnweb - Search and get the list of district and Major Cities of Tamil Nadu.
https://github.com/sanwebinfo/tn-cities-district
city cli district tamil tamil-language tamilnadu tamilnadu-region typescript
Last synced: 3 months ago
JSON representation
Tnweb - Search and get the list of district and Major Cities of Tamil Nadu.
- Host: GitHub
- URL: https://github.com/sanwebinfo/tn-cities-district
- Owner: sanwebinfo
- License: mit
- Created: 2024-02-29T13:30:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-02T20:35:38.000Z (3 months ago)
- Last Synced: 2026-05-02T22:25:04.785Z (3 months ago)
- Topics: city, cli, district, tamil, tamil-language, tamilnadu, tamilnadu-region, typescript
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tnweb
 
Tnweb - Search and get the list of district and Major Cities of Tamil Nadu.
A Simple tool to Search district and Major Cities of Tamil Nadu.
## Built using
- Typescript
- JSON for store district and Major Cities data `(/database/districts.json)`
- Python to Manage Database
- pnpm package manager
## Usage
- Download or Clone the Repo
```sh
git clone https://github.com/sanwebinfo/tn-cities-district
## Open Project Folder
cd tn-cities-district
## install packages
pnpm install
## build CLI
pnpm build
```
- Link and Test the CLI Locally
```sh
npm link or pnpm link --global
```
- unlink CLI
```sh
npm rm --global tnweb or pnpm uninstall --global tnweb
```
- Access CLI Globally
```sh
tnweb district "madurai" (or) tnweb city "madurai"
```
- Access via **`NPX`**
```sh
npx tnweb district "madurai" (or) npx tnweb city "madurai"
```
- install via **`NPM`**
```sh
## install globally
npm install -g tnweb
## Remove Package
npm uninstall -g tnweb
````
- install and Manage via **`pnpm`**
```sh
## install globally
pnpm install -g tnweb
## update package
pnpm update -g tnweb
## Remove Package
pnpm uninstall -g tnweb
```
## LICENSE
MIT