project-indexer
v4.5.0
Published
Local project indexer with browser trigger support
Maintainers
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-indexerInstall as a service:
indexer install
Service Management Commands
Check service status:
indexer statusStart the service:
indexer startStop the service:
indexer stopUninstall the service:
indexer uninstall
API Endpoints
GET /status: Check indexing status- Response:
{ "indexing": true|false }
- Response:
License
ISC
