Skip to content

clementine-player/clang-in-the-cloud

 
 

Repository files navigation

clang-in-the-cloud

HTTP server that reformats C++ source code using clang-format

Deployment

  1. docker build -t gcr.io/clementine-data/clang-in-the-cloud .
  2. docker push gcr.io/clementine-data/clang-in-the-cloud:latest
  3. gcloud run deploy clang-in-the-cloud --region=us-central1 --image=gcr.io/clementine-data/clang-in-the-cloud:latest

About

HTTP server that reformats C++ source code using clang-format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 89.9%
  • HTML 4.4%
  • Python 4.4%
  • Dockerfile 1.3%