• C
    Create wrapper script around mojom's generate.dart in the Sky package. · 2772b9e4
    Colin Blundell 提交于
    This CL does the following:
    - Moves mojom's generate.dart from bin/ to lib/ to make it available for use
      by a wrapper scripts in the Sky package, thus avoiding all consumers of Sky
      needing to directly depend on mojom to be able to call
      "pub run mojom:generate".
    - Adds a sky->mojom pub dependency and creates a wrapper script around mojom's
      generate.dart in the Sky package.
    - Augments the Sky README to explain the usage of this script.
    
    R=eseidel@chromium.org, sethladd@google.com
    
    Review URL: https://codereview.chromium.org/1136503002
    2772b9e4
README.md 8.1 KB