@marinade.finance/cli-common
v4.1.6
Published
CLI tooling for Marinade Finance
Readme
@marinade.finance/cli-common
Utilities to code CLI. The library is usually used with commander
library but commander is not a 3rd party dependency of this cli-common module.
Usage
Pre-requisites
The @marinade.finance/cli-common depends
on @marinade.finance/ts-common library.
Then the cli-common library depends adds specific bigint decorators for class-validator
and it expects to load this dependency explicitly as well.
pnpm add @marinade.finance/ts-common@latest
pnpm add [email protected]Installation
# see Pre-requisites
pnpm add @marinade.finance/cli-common@latest