npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hashtag-tamil

v1.0.5

Published

Hashtag Suggestions and Generator for Tamil post related Context.

Downloads

19

Readme

Hashtag

build-test npm

Hashtag Suggestions and Generator for Tamil post related Context.

A Simple tool to Generate hashtags and Get Hashtag suggestions Based on your Context related to Tamil kavithai and Tamil Related posts.

Built using

  • Typescript
  • Sqlite3 for store hashtags (/db/hashtags.db)
  • Python to Manage hashtag Database
  • SQLite Viewer - https://github.com/inloop/sqlite-viewer
  • pnpm package manager
  • Automatically Copied to Clipboard using process.platform to detect OS (linux: Xclip, MacOS: pbcopy, Windows: clip, and Android: Termux Clipboard)

Usage

  • Download or Clone the Repo
git clone https://github.com/sanwebinfo/hashtag-tamil.git

## Open Project Folder
cd hashtag-tamil

## Install packages
pnpm install --no-optional 

## if you want use sqlite3
pnpm install

## build CLI
pnpm build
  • Link and Test the CLI Locally
npm link or pnpm link --global
  • unlink CLI
npm rm --global hashtag-tamil or pnpm uninstall --global hashtag-tamil
  • Access CLI Globally
hashtag "create tamil kavithai"
  • Access via NPX
npx hashtag-tamil "create tamil kavithai"
  • install via NPM

## without sqlite3
npm install -g hashtag-tamil --omit=optional

## with sqlite3
npm install -g hashtag-tamil

## Remove Package
npm uninstall -g hashtag-tamil
  • install and Manage via pnpm

## without sqlite3
pnpm install -g hashtag-tamil --no-optional

## with sqlite3
pnpm install -g hashtag-tamil

## update package
pnpm update -g hashtag-tamil

## Remove Package
pnpm uninstall -g hashtag-tamil

Hashtag Database 🗃

  • (/db) Folder contains the JSON file with full list of hashtag related to the Context
  • add New hashtags to hashtags.json file
  • Update database file

## Create db for first time
python db.py

## Clean up and arrange
python duplicate.py

## Update database after adding new tags in JSON file
python update.by
  • sqlite3 was optional if you want use just install the sqlite3 module without optional command else it uses a json file as fallback database (it was used by default for better compatibility)

MISC (Development)

  • Clear NPX Cache
npx clear-npx-cache
  • Git and NPM

## Create New Package
npm version [major|minor|patch]

## Publish to Github and it automatically push to npm
git push origin {your branch} --follow-tags

## List tags
git tag

## Push tag
git push --tags or git push origin vx.x.x
  • Termux sqlite3 installation
pkg install binutils make
pkg install clang libsqlite pkg-config
pkg install sqlite
npm install sqlite3 --build-from-source --sqlite=/data/data/com.termux/files/usr/bin/sqlite3

LICENSE

MIT