An open API service indexing awesome lists of open source software.

https://github.com/liubang/playground

Personal Learning Playground
https://github.com/liubang/playground

bazel cpp go java monorepo php rust

Last synced: 3 months ago
JSON representation

Personal Learning Playground

Awesome Lists containing this project

README

          

Personal Learning Playground




build-cpp

 

build-go

 

build-python


### 运行

```bash
bazel build //...
bazel test //...
```

### 更新 C/C++ compile_commands.json

```bash
bazel run @hedron_compile_commands//:refresh_all
```