Skip to content

Commit

Permalink
Upgrade repo-tools and regenerate scaffolding. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and stephenplusplus committed Oct 30, 2017
1 parent 17a464d commit 6705d6a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ out/
system-test/secrets.js
system-test/*key.json
*.lock
*-lock.json
*-lock.js*
19 changes: 11 additions & 8 deletions packages/google-cloud-dns/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# Google Cloud DNS: Node.js Client
# [Google Cloud DNS: Node.js Client](https://github.com/googleapis/nodejs-dns)

[![release level](https://img.shields.io/badge/release%20level-alpha-yellow.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style&#x3D;flat)](https://cloud.google.com/terms/launch-stages)
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-dns.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-dns)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-dns?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-dns)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dns/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dns)
Expand All @@ -11,7 +11,9 @@
[Cloud DNS](https://cloud.google.com/dns/docs/) allows you to publish your domain names using Google&#x27;s infrastructure for production-quality, high-volume DNS services. Google&#x27;s global network of anycast name servers provide reliable, low-latency authoritative name lookups for your domains from anywhere in the world.


* [Cloud DNS Node.js Client API Reference][client-docs]
* [github.com/googleapis/nodejs-dns](https://github.com/googleapis/nodejs-dns)
* [Cloud DNS Documentation][product-docs]

Read more about the client libraries for Cloud APIs, including the older
Expand Down Expand Up @@ -88,12 +90,12 @@ dns

## Samples

Samples are in the [`samples/`](https://github.com/blob/master/samples) directory. The samples' `README.md`
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-dns/tree/master/samples) directory. The samples' `README.md`
has instructions for running the samples.

| Sample | Source Code |
| --------------------------- | --------------------------------- |
| Zones | [source code](https://github.com/googleapis/nodejs-dns/blob/master/samples/zones.js) |
| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Zones | [source code](https://github.com/googleapis/nodejs-dns/blob/master/samples/zones.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dns&page=editor&open_in_editor=samples/zones.js,samples/README.md) |

The [Cloud DNS Node.js Client API Reference][client-docs] documentation
also contains samples.
Expand All @@ -112,13 +114,14 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]

## Contributing

Contributions welcome! See the [Contributing Guide](.github/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-dns/blob/master/.github/CONTRIBUTING.md).

## License

Apache Version 2.0

See [LICENSE](LICENSE)
See [LICENSE](https://github.com/googleapis/nodejs-dns/blob/master/LICENSE)

[client-docs]: https://cloud.google.com/nodejs/docs/reference/dns/latest/
[product-docs]: https://cloud.google.com/dns/docs/
[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"string-format-obj": "^1.0.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.0.9",
"@google-cloud/nodejs-repo-tools": "^2.1.0",
"async": "^2.1.4",
"codecov": "^3.0.0",
"eslint": "^4.9.0",
Expand Down
11 changes: 9 additions & 2 deletions packages/google-cloud-dns/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Google Cloud DNS: Node.js Samples

[![Build](https://storage.googleapis.com/.svg)]()
[![Open in Cloud Shell][shell_img]][shell_link]

[Cloud DNS](https://cloud.google.com/dns/docs/) allows you to publish your domain names using Google&#x27;s infrastructure for production-quality, high-volume DNS services. Google&#x27;s global network of anycast name servers provide reliable, low-latency authoritative name lookups for your domains from anywhere in the world.

Expand All @@ -24,11 +24,15 @@ library's README.

View the [source code][zones_0_code].

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dns&page=editor&open_in_editor=samples/zones.js,samples/README.md)

__Usage:__ `node zones.js --help`

```
zones.js <command>
Commands:
list Lists all zones in the current project.
zones.js list Lists all zones in the current project.
Options:
--version Show version number [boolean]
Expand All @@ -42,3 +46,6 @@ For more information, see https://cloud.google.com/dns/docs

[zones_0_docs]: https://cloud.google.com/dns/docs
[zones_0_code]: zones.js

[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dns&page=editor&open_in_editor=samples/README.md
8 changes: 4 additions & 4 deletions packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"dependencies": {
"@google-cloud/dns": "0.7.0",
"yargs": "9.0.1"
"yargs": "10.0.3"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.0.10",
"ava": "0.22.0",
"@google-cloud/nodejs-repo-tools": "2.1.0",
"ava": "0.23.0",
"nyc": "11.2.1",
"proxyquire": "1.8.0",
"sinon": "4.0.1",
"sinon": "4.0.2",
"uuid": "3.1.0"
}
}

0 comments on commit 6705d6a

Please sign in to comment.