kunn

dolphin: Interfacing


Keywords
API, development-environment, interface
License
MIT
Install
npm install kunn@1.0.2

Documentation

Kunn

Build Status codecov npm version downloads

🐬 Interfacing

Resources

Install

npm install kunn -g
# OR
yarn global add kunn

Usage

To generate type definition

kunn typescript <...path to config file> -o <...path to output file> # Typescript .d.ts file
kunn go <...path to config file> -o <...path to output file> # GoLang .go file

To host development server

kunn serve <...path to config file>

Development

make install
make link
make dev
# Linked environment path
...kunn {...}

Test

make tests

Build

make build