Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

File metadata and controls

30 lines (19 loc) · 1.13 KB

Librarian

Go Reference codecov

This repository contains command line tools for managing Google Cloud SDK client libraries. The primary tool is librarian, which handles the full library lifecycle: onboarding new libraries, generating code from API specifications, bumping versions, and publishing releases.

Usage

Run librarian -help for a list of commands, or see the command reference.

To run without installing:

go run github.com/googleapis/librarian/cmd/librarian@latest -help

See the doc/ folder for additional documentation.

Contributing

This project supports the Google Cloud SDK ecosystem and is not intended for external use. For contribution guidelines, see CONTRIBUTING.md.

License

Apache 2.0 - See LICENSE for more information.