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
- Host: GitHub
- URL: https://github.com/liubang/playground
- Owner: liubang
- License: mit
- Created: 2018-09-20T08:05:59.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-06T04:55:16.000Z (4 months ago)
- Last Synced: 2025-12-08T11:13:17.104Z (4 months ago)
- Topics: bazel, cpp, go, java, monorepo, php, rust
- Language: C++
- Homepage:
- Size: 60.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Personal Learning Playground
### 运行
```bash
bazel build //...
bazel test //...
```
### 更新 C/C++ compile_commands.json
```bash
bazel run @hedron_compile_commands//:refresh_all
```