-
Notifications
You must be signed in to change notification settings - Fork 17
Plugins
Christopher Van Arsdale edited this page Feb 13, 2014
·
3 revisions
As of now, plugins exist but are basic. They are essentially a script that is run to rewrite the BUILD file json.
Here is an example:
- Declaration: https://github.com/chrisvana/repobuild/blob/master/testdata/plugin/BUILD
- Script (go): https://github.com/chrisvana/repobuild/blob/master/testdata/plugin/simple_plugin.go
- Instance: https://github.com/chrisvana/repobuild/blob/master/testdata/BUILD#L82
- Protocol buffers (proto_library node): https://github.com/chrisvana/protobuf_copy/blob/master/BUILD#L9
Future plugins can be added to //third_party/plugins.