JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q52547F
  • License MIT

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.

    Demo

    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 stars

    Options:

    • -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