CodeMeridian.Indexer 1.0.1

Additional Details

use 1.0.3 or higher

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global CodeMeridian.Indexer --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local CodeMeridian.Indexer --version 1.0.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=CodeMeridian.Indexer&version=1.0.1
                    
nuke :add-package CodeMeridian.Indexer --version 1.0.1
                    

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.json with an auto-detected project name.
  • Can also read CodeMeridian_Project from .env when 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_Project in .env when you want the same project context applied automatically.
  • Use --skip-diagnostics if you only want structural indexing.
  • Use codemeridian init . to generate meridian.json when you want a project-local config file.
  • The repo-level README covers the full CodeMeridian product and architecture.
Product 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.

Version Downloads Last Updated
1.0.13 0 6/11/2026
1.0.11 46 6/10/2026
1.0.10 94 6/7/2026
1.0.9 86 6/7/2026
1.0.8 88 6/7/2026
1.0.7 97 6/6/2026
1.0.6 96 6/6/2026
1.0.5 106 6/6/2026
1.0.4 92 6/6/2026
1.0.3 96 6/5/2026
1.0.2 106 6/5/2026 1.0.2 is deprecated because it is no longer maintained and has critical bugs.
1.0.1 104 6/4/2026 1.0.1 is deprecated because it is no longer maintained and has critical bugs.
1.0.0 103 6/4/2026 1.0.0 is deprecated because it is no longer maintained and has critical bugs.