| commit | f821c97e08bc1da7c2b602fe67032ba26d15734d | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Thu Jun 04 19:37:25 2015 +0200 |
| committer | Przemyslaw Pietrzkiewicz <ppi@chromium.org> | Thu Jun 04 19:37:25 2015 +0200 |
| tree | 93e5ebdb29e7c3395b12e8e4134c2ad96c2e5bc8 | |
| parent | 8e1a8aab7b03419dff1060a6536084c028a8582e [diff] |
Expand the devtools/common readme. Fixes domokit/devtools#1. R=tonyg@chromium.org Review URL: https://codereview.chromium.org/1158323008 Cr-Mirrored-From: https://github.com/domokit/mojo Cr-Mirrored-Commit: eaf6dddef106a7f46abf3b78db9362206e684e89
Unopinionated tools for running, debugging and testing Mojo apps.
The repo consists of:
As devtools carry no assumptions about build system or file layout being used, the primary way of using devtools now is to embed the functionality provided by devtoolslib in a thin wrapper script. For examples, one can refer to mojo's shell runner and apptest runner.
The set of executable scripts is WIP. We currently offer:
git clone https://github.com/domokit/devtools.git
The library is canonically developed in the mojo repository, https://github.com/domokit/devtools is a mirror allowing to consume it separately.