Skip to content

herberteuler/kythe

 
 

Repository files navigation

Kythe

Features

  • Extensive documentation of the Kythe schema

  • Indexer implementations for C++ and Java

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

  • 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/google/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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 41.8%
  • Go 24.2%
  • Java 18.1%
  • Python 5.2%
  • Shell 4.4%
  • Protocol Buffer 1.9%
  • Other 4.4%