Skip to content

SudoDotDog/Kunn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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