kotlin-hands-on / hands-on-init

Hands-On Initiator Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

official JetBrains project GitHub license

Hands-On Initiator Command Line Tool

A simple command line tool (currently only works on macOS) to create the necessary structure for new Hands-On tutorials.

Usage

Configure the parameters for your hands-on tutorial using a JSON configuration file with the following format

{
  "title": "Introduction to Ktor",
  "projectName": "introduction-to-ktor",
  "pathHandsOn": "./hands-on",
  "pathProject": "./hands-on-project",
  "pre": [
    {
      "text": "How to set up a project",
      "link": "https://play.kotlinlang.org/hands-on/how-to"
    },
    {
      "text": "How to start a server",
      "link": "https://play.kotlinlang.org/hands-on/start-server"
    }
  ]
}

It will create all the necessary files for you and all you need to do is to fill in some TODOs and push to GitHub. Of course, you'll also need to write the contents and projects!

Building the project

This is a Kotlin/Native project that targets macOS. To build it, simply run

gradle macosBinaries

Binaries

You can binaries on the Releases page.

License

Apache 2.0

About

Hands-On Initiator Project

License:Other


Languages

Language:Kotlin 100.0%