Skip to content

Tnweb - Search and get the list of district and Major Cities of Tamil Nadu.

License

Notifications You must be signed in to change notification settings

sanwebinfo/tn-cities-district

Repository files navigation

Tnweb

build-test npm

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
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
npm link or pnpm link --global
  • unlink CLI
npm rm --global tnweb or pnpm uninstall --global tnweb
  • Access CLI Globally
tnweb district "madurai" (or) tnweb city "madurai"
  • Access via NPX
npx tnweb district "madurai" (or) npx tnweb city "madurai"
  • install via NPM
## install globally
npm install -g tnweb

## Remove Package
npm uninstall -g tnweb
  • install and Manage via pnpm
## install globally
pnpm install -g tnweb

## update package
pnpm update -g tnweb

## Remove Package
pnpm uninstall -g tnweb

LICENSE

MIT