#!/usr/bin/env node /** * Entry point for the CLI. * * This is where you end up when you run: * * ```bash * [pnpm|yarn] skuba help * ``` */ export {};