🐬 Interfacing
npm install kunn -g
# OR
yarn global add kunn
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>
make install
make link
make dev
# Linked environment path
...kunn {...}
make tests
make build