Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scip-cli

A small converter that turns a SCIP index and its source tree into a static code browser.

cargo build --release --locked --bin scip-cli

target/release/scip-cli index.scip \
  --source-root /path/to/source \
  --repo-url https://github.com/owner/repo.git \
  --commit "$(git -C /path/to/source rev-parse HEAD)" \
  --output-dir site \
  --title repo

About

Generate SCIP indexes and publish a static code browser

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages