Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 29-Sep-2021 | - | ||||
cmd/ | H | 29-Sep-2021 | - | 749 | 628 | |
README.md | H A D | 29-Sep-2021 | 383 | 21 | 15 | |
go.mod | H A D | 29-Sep-2021 | 167 | 9 | 6 | |
go.sum | H A D | 29-Sep-2021 | 493 | 6 | 5 |
README.md
1# carver 2 3This is a tool used to carve out new modules in cloud.google.com/go. 4 5## carver Usage 6 7```bash 8go run cmd/carver/main.go \ 9 -parent=/path/to/google-cloud-go \ 10 -repo-metadata=/path/to/google-cloud-go/internal/.repo-metadata-full.json \ 11 -child=asset 12``` 13 14## stabilizer Usage 15 16```bash 17go run cmd/stabilizer/main.go \ 18 -base=/path/to/google-cloud-go \ 19 -child=asset 20``` 21