Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bamboo/summit-2017-pleasant-authoring
Pleasant Build Script Authoring with Kotlin
https://github.com/bamboo/summit-2017-pleasant-authoring
Last synced: 18 days ago
JSON representation
Pleasant Build Script Authoring with Kotlin
- Host: GitHub
- URL: https://github.com/bamboo/summit-2017-pleasant-authoring
- Owner: bamboo
- Created: 2017-06-14T14:05:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T19:20:22.000Z (over 7 years ago)
- Last Synced: 2024-10-28T19:57:23.388Z (2 months ago)
- Language: Kotlin
- Size: 3.38 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Gradle Summit 2017 - Pleasant Build Script Authoring with Kotlin
A [[https://summit.gradle.com/conference/palo_alto/2017/06/session?id=39247][Gradle summit presentation]] based on [[https://github.com/asciidoctor/asciidoctor-reveal.js#syntax-examples][asciidoctor-revealjs]] based presentation.
*Open the [[https://bamboo.github.io/summit-2017-pleasant-authoring/][slides]].*
** Setup
#+BEGIN_SRC
./gradlew jrubyPrepare
#+END_SRC
** Build
#+BEGIN_SRC
./gradlew asciidoctor
#+END_SRC
** View
Open [[./build/asciidoc/revealjs/index.html][the resulting presentation]].
** Continuous mode
#+BEGIN_SRC
./gradlew asciidoctor -t
#+END_SRC
** TODO