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

Side by Side Diff: README.md

Issue 1293443002: Remove the drone.io build status (Closed) Base URL: git@github.com:dart-lang/dart-protoc-plugin.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Protoc compiler Dart plugin 1 Protoc compiler Dart plugin
2 =========================== 2 ===========================
3 3
4 [![Build Status](https://drone.io/github.com/dart-lang/dart-protoc-plugin/status .png)](https://drone.io/github.com/dart-lang/dart-protoc-plugin/latest)
5
6 This application provides a plugin for protoc compiler which 4 This application provides a plugin for protoc compiler which
7 generates pure Dart library to deal with protobufs. 5 generates pure Dart library to deal with protobufs.
8 6
9 Please, do not forget that generated libraries depend on runtime 7 Please, do not forget that generated libraries depend on runtime
10 support library which can be found [here](https://github.com/dart-lang/dart-prot obuf). 8 support library which can be found [here](https://github.com/dart-lang/dart-prot obuf).
11 9
12 How to build and use 10 How to build and use
13 -------------------- 11 --------------------
14 12
15 *Note:* currently the workflow is POSIX-oriented. 13 *Note:* currently the workflow is POSIX-oriented.
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 $ protoc --plugin=protoc-gen-dart=./plugin --dart_out=. test.proto 136 $ protoc --plugin=protoc-gen-dart=./plugin --dart_out=. test.proto
139 137
140 Useful references 138 Useful references
141 ----------------- 139 -----------------
142 140
143 * [Main Dart site](http://www.dartlang.org) 141 * [Main Dart site](http://www.dartlang.org)
144 * [Main protobuf site](https://code.google.com/p/protobuf) 142 * [Main protobuf site](https://code.google.com/p/protobuf)
145 * [Protobuf runtime support project](https://github.com/dart-lang/dart-protobuf) 143 * [Protobuf runtime support project](https://github.com/dart-lang/dart-protobuf)
146 * [DartEditor download](http://www.dartlang.org) 144 * [DartEditor download](http://www.dartlang.org)
147 * [Pub documentation](http://pub.dartlang.org/doc) 145 * [Pub documentation](http://pub.dartlang.org/doc)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698