1.0.2 • Published 4 years ago

kunn v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Kunn

Build Status codecov npm version downloads

:dolphin: 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