OLD | NEW |
---|---|
(Empty) | |
1 mojom | |
2 ==== | |
3 | |
4 This package is a placeholder for generated mojom bindings. | |
5 | |
6 Generated Mojo bindings in other pub packages should be installed into this | |
7 package by saying the following after `pub get`: | |
8 | |
9 ``` | |
10 $ pub run mojom:generate | |
11 ``` | |
12 If desired, additional directories holding .mojom.dart files can be specified; | |
13 their contents will be installed to this package as well: | |
14 | |
15 ``` | |
16 $ pub run mojom:generate -a <path/to/mojom/dir> | |
Ivan Posva
2015/05/07 04:09:57
How about </path/to/mojom/dir> to signal that you
blundell
2015/05/07 13:07:10
Done.
| |
17 ``` | |
OLD | NEW |