remykarem / mdBook-kotlin

Create Kotlin book from markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdBook-kotlin

mdBook-kotlin is a fork from mdBook that lets you create modern online books from Markdown files and run Kotlin examples from code snippets.

Quick start

  1. Install Rust here.

  2. Install mdBook-kotlin:

    cargo install mdbook --git https://github.com/remykarem/mdBook-kotlin --bin mdbook-kotlin
  3. Create a book:

    mkdir my-kotlin-book
    cd my-kotlin-book
    mdbook-kotlin init

Development

  1. Append -dev to version = x.x.x in Cargo.toml.

  2. Install

    cargo install --path .

License

All the code in this repository is released under the Mozilla Public License v2.0, for more information take a look at the LICENSE file.

About

Create Kotlin book from markdown files.

License:Mozilla Public License 2.0


Languages

Language:Rust 76.8%Language:JavaScript 13.9%Language:CSS 5.8%Language:Handlebars 2.9%Language:Shell 0.6%