@fatagnus/dink
v2.13.0
Published
CLI for the Dink edge mesh platform
Readme
@fatagnus/dink
CLI for the Dink edge mesh platform.
Usage
npx @fatagnus/dink --help
npx @fatagnus/dink codegen ./dink.yaml
npx @fatagnus/dink dev setupInstall globally
npm i -g @fatagnus/dink
dink --helpAs a devDependency
npm i -D @fatagnus/dinkThen in package.json scripts:
{
"scripts": {
"codegen": "dink codegen ./dink.yaml"
}
}Supported platforms
| OS | Architecture | |---------|-------------| | macOS | arm64 | | macOS | x64 | | Linux | arm64 | | Linux | x64 | | Windows | arm64 | | Windows | x64 |
If your platform is not listed, install from source:
go install github.com/ozanturksever/dink/cmd/dink@latestRepository
https://github.com/ozanturksever/dink
