Skip to content
/ kythe Public
forked from kythe/kythe

Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code.

License

Notifications You must be signed in to change notification settings

pseyfert/kythe

 
 

Repository files navigation

Kythe

all kythe

Features

  • Extensive documentation of the Kythe schema

  • Indexer implementations for C++, Go, and Java

  • Compilation extractors for javac, Maven, cmake, Go, and Bazel

  • Generic verifier for indexers

  • Sample cross-reference service and accompanying web UI

  • Many useful utility commands to work with Kythe artifacts

Getting Started

Download the latest Kythe release from https://github.com/kythe/kythe/releases and then unpack it for a snapshot of Kythe’s toolset.

tar xzf kythe-v*.tar.gz
rm -rf /opt/kythe
mv kythe-v*/ /opt/kythe

See /opt/kythe/README for a complete description of the packaged tools and their usages.

Contributing and Building Kythe

Documentation

About

Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 34.5%
  • C++ 31.8%
  • Java 15.9%
  • Starlark 10.7%
  • TypeScript 1.9%
  • Shell 1.8%
  • Other 3.4%