Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (itap-cli-demo) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
itap
A lightweight, AI-powered npm package finder โ directly from your terminal.

Features
- ๐ Semantic Search Understands vague queries like โcool typing effectโ or โdropdown animationโ using embeddings and vector similarity. 
- โก Instant Install Select a package and immediately install it without leaving the terminal. 
- ๐ข Sort & Paginate Sort by downloads, stars, update date, or the community score. 
๐ฆ Installation
npm install -g itap-cli-demo๐ Usage
# Basic search
itap "your search query"
# Search and sort results automatically
itap "drag drop" --sort downloads
itap "react table" -s starsOptions:
- -s, --sort <type>โ Sort the results automatically without prompting. Available values:- downloads(default)
- stars
- lastUpdated
- itapScoreโ Custom ranking metric calculated based on user interaction data.
 
- -h, --helpโ Show help.
- -V, --versionโ Show version.
Example:
# Search for packages related to file upload, sorted by stars
itap "file upload" --sort stars๐ License
MIT ยฉ Ribhav Sharma