Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdigger/kotlin-coroutines-preso
Presentation on Kotlin Coroutines
https://github.com/jdigger/kotlin-coroutines-preso
Last synced: 25 days ago
JSON representation
Presentation on Kotlin Coroutines
- Host: GitHub
- URL: https://github.com/jdigger/kotlin-coroutines-preso
- Owner: jdigger
- Created: 2019-03-11T11:32:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:27:31.000Z (about 2 years ago)
- Last Synced: 2024-11-13T21:55:42.393Z (3 months ago)
- Language: Kotlin
- Homepage: https://jdigger.github.io/kotlin-coroutines-preso/
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# Presentation
## Purpose
A tour through https://kotlinlang.org/[Kotlin] Coroutines
Go to https://jdigger.github.io/kotlin-coroutines-preso/index.html
## Building
Uses NodeJS.
[source,bash]
--
$ npm install
--before doing much of anything else.
## Developing
To generate a new slide site and watch for changes
[source,bash]
--
$ npm run watch
--To start a server listening on http://localhost:8080/
[source,bash]
--
$ npm run start
--To publish to GitHub Pages:
[source,bash]
--
$ npm run ghpages
--## Uses
* https://github.com/hakimel/reveal.js/[Reveal.js], a framework for easily creating beautiful presentations using HTML
* http://asciidoctor.org/[Asciidoctor], plain text processor with powerful content capabilities
* https://github.com/asciidoctor/asciidoctor-reveal.js/[Asciidoctor Reveal.js], for translating Asciidoctor content to Reveal.js slides## License
* The presentation content is http://creativecommons.org/licenses/by/4.0/[CC Attribution 4.0 licensed], Copyright (C) 2018 Jim J. Moore