bazel-ios / cocoapods-bazel

A Cocoapods plugin for automatically generating Bazel BUILD files
Apache License 2.0
110 stars 21 forks source link

Ability to append comment to top of each build file #58

Closed gyfelton closed 2 years ago

gyfelton commented 2 years ago

Add a new field to config that takes in a string and will be inserted at top of generated build.bazel file as a docstring:

'''
some string1
some string2
'''
load...

This way we can start adding statement such as this is auto-generated code Since it is a docstring, no way to intro actual code via this method