Installation
Add @sigx/lynx-cli to your project.
Install the package
pnpm add @sigx/lynx-cli
Native setup
Rebuild your development client after installing:
sigx prebuild
Verify
import * as CLIPlugin from '@sigx/lynx-cli';
console.log(Object.keys(CLIPlugin));
