1# carver 2 3This is a tool used to carve out new modules in cloud.google.com/go. 4 5## Usage 6 7```bash 8go run cmd/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