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-indexerOr use it directly with npx:
npx project-indexerUsage
Running in the Terminal
Install the package globally:
npm install -g project-indexer
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 }
- Response:
License
ISC