Installing @briklab/lib/cli-john
CLI-John is part of @briklab/lib. Follow the lib installation tutorial to get started.
Requirements
- Node.js 14+ runtime
@briklab/libinstalled
Quick Install
bash
pnpm add @briklab/lib
# or
npm install @briklab/libVerify Installation
ts
import { CLI } from "@briklab/lib/cli-john";
import * as process from "node:process";
const cli = new CLI(process);
console.log("CLI-John installed successfully!");Next Steps
- Getting Started: Learn CLI-John basics
- Advanced Usage: Build complex CLIs