Skip to content

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/lib installed

Quick Install

bash
pnpm add @briklab/lib
# or
npm install @briklab/lib

Verify 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