Skip to content

Commit

Permalink
Remove Artman from README (#666)
Browse files Browse the repository at this point in the history
Artman has been deprecated, artman's repo archived, mentioning artman in the readme is strictly harmful, as it runs monolith generator only, which this repository is not compatible with anymore.
  • Loading branch information
vam-google committed Jul 8, 2021
1 parent 54dc383 commit b2a7d27
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Expand Up @@ -41,24 +41,6 @@ bazel build //google/example/library/v1:google-cloud-library-v1-java

Bazel packages exist in all the libraries for Java, Go, Python, Ruby, Node.js, PHP and C#.

### Artman

API client libraries can be built directly from files in this repo using
[Artman](https://github.com/googleapis/artman). The latest generation status can
be tracked [here](https://circleci.com/gh/googleapis/googleapis) which currently
has status [![CircleCI](https://circleci.com/gh/googleapis/googleapis.svg?style=svg)](https://circleci.com/gh/googleapis/googleapis).

To build the Java package for one library:

```
artman --config google/example/library/artman_library_example_v1.yaml generate java_gapic
```

Artman can only build one library in one language at a time.

For more details on all Google APIs and developer tools, see the [Google
Developers](https://developers.google.com/products/) site.

## Overview

Google APIs are typically deployed as API services that are hosted
Expand Down

0 comments on commit b2a7d27

Please sign in to comment.