1.0.2 • Published 6 years ago
kunn v1.0.2
Kunn
:dolphin: Interfacing
Resources
Install
npm install kunn -g
# OR
yarn global add kunnUsage
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 fileTo host development server
kunn serve <...path to config file>Development
make install
make link
make dev
# Linked environment path
...kunn {...}Test
make testsBuild
make build