Added README.md.
This commit is contained in:
parent
0063848981
commit
2f54f85294
4 changed files with 32 additions and 14 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Command Line Execution plug-in for [Kobalt](http://beust.com/kobalt/home/index.html)
|
||||
|
||||
[](http://opensource.org/licenses/BSD-3-Clause) [](https://travis-ci.org/ethauvin/kobalt-exec)
|
||||
|
||||
```kotlin
|
||||
var pl = plugins("net.thauvin.erik:kobalt-exc:")
|
||||
|
||||
var p = project {
|
||||
exec {
|
||||
commandLine(listOf("echo", "Hello, World!"))
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```sh
|
||||
./kobaltw assemble exec
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue