1.0.3 • Published 2 months ago

tnweb v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago