Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: README.md

Issue 998343002: Add a generate script to generate the googleapis libraries. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | bin/generate.dart » ('j') | bin/generate.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 396ffe98c402f0e0e82a513aae6f6e45cc4960c5..a33047ac5b84a0e91a7f27941dad4c0aa2736fc7 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,6 @@ Repository for building the [googleapis] and [googleapis_beta] packages.
**Workflow:**
-- Update `pubspec.yaml` with new commit hash from the generator.
-
- Run `pub upgrade` in this directory:
$ rm -rf .pub
@@ -11,7 +9,7 @@ Repository for building the [googleapis] and [googleapis_beta] packages.
- Download & generate APIs using the `config.yaml` configuration:
- $ pub run discovery_api_client_generator:generate run_config
+ $ dart bin/generate.dart run_config
- Diff with previous APIs and determine whether to do minor or major version
update. Update CHANGELOG.md files in resources/.
« no previous file with comments | « no previous file | bin/generate.dart » ('j') | bin/generate.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698