JSPM

project-indexer

4.5.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 12
    • Score
      100M100P100Q37716F
    • License ISC

    Local project indexer with browser trigger support

    Package Exports

    • project-indexer
    • project-indexer/src/projectIndexer.js

    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 (project-indexer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Project Indexer

    A project to index local projects to server.

    Installation

    You can install this package globally:

    npm install -g project-indexer

    Or use it directly with npx:

    npx project-indexer

    Usage

    Running in the Terminal

    1. Install the package globally:

      npm install -g project-indexer
    2. Install as a service:

      indexer install

    Service Management Commands

    • Check service status:

      indexer status
    • Start the service:

      indexer start
    • Stop the service:

      indexer stop
    • Uninstall the service:

      indexer uninstall

    API Endpoints

    • GET /status: Check indexing status
      • Response:
        {
          "indexing": true|false
        }

    License

    ISC