Scalio

Kalk

A CLI calculator written in Kotlin

kalk

A CLI calculator written in Kotlin.

Notable features

Usage

  • $ kalk for interactive mode
  • $ kalk 2 + 2 to verify two plus two is in fact four!

Installation

  • Install with NPM: $ npm i -g kalk

Build & run from source

  • $ git clone [email protected]:zachgrayio/kalk.git
  • $ cd kalk
  • $ ./gradlew assembleDist
  • $ unzip build/distributions/kalk-1.1.0.zip
  • inline: $ kalk-1.1.0/bin/kalk 2 + 2
  • interactive: $ kalk-1.1.0/bin/kalk

Repository Information

You can view this repository on GitHub here:
https://github.com/zachgrayio/kalk

How can we help you?