CodeMeridian.Indexer
1.0.2
Additional Details
use 1.0.3 or higher
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global CodeMeridian.Indexer --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local CodeMeridian.Indexer --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CodeMeridian.Indexer&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package CodeMeridian.Indexer --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CodeMeridian Indexer
CodeMeridian.Indexer is the unified CLI for indexing code into CodeMeridian from C#, TypeScript/TSX, and documentation sources.
Install
dotnet tool install -g CodeMeridian.Indexer
Use
codemeridian index .
codemeridian index C:\Projects\MyApp --project MyApp --clear
codemeridian index . --skip-csharp --skip-docs --skip-diagnostics
codemeridian index . --watch
codemeridian init .
What It Does
- Detects C# projects, TypeScript/TSX roots, and documentation files.
- Indexes code into Neo4j through CodeMeridian.
- Can run compiler, TypeScript, and lint diagnostics unless you skip them.
- Supports dry runs and capability listing for environment checks.
- Can generate a local
meridian.jsonwith an auto-detected project name. - Can also read
CodeMeridian_Projectfrom.envwhen you want a fixed project name without--project.
Package Contents
LICENSE- This readme
- The bundled TypeScript indexer assets
Notes
- Use
--project <name>when you want a stable project context. - Use
CodeMeridian_Projectin.envwhen you want the same project context applied automatically. - Use
--skip-diagnosticsif you only want structural indexing. - Use
codemeridian init .to generatemeridian.jsonwhen you want a project-local config file. - The repo-level README covers the full CodeMeridian product and architecture.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.