import Image from "next/image"; import Layout from "../components/Layout"; import Container from "../components/Container"; import Content from "../components/Content"; import PageTitle from "../components/page/PageTitle"; import { BotIcon } from "../components/icons"; import cliImg from "../public/static/images/cli/screenshot.png"; const CLI = () => ( CLI } />

The{" "} Jake Jarvis {" "} CLI (aka the most useless Node module ever published, in history, by anyone, ever).

Terminal Screenshot

Usage

          npx @jakejarvis/cli
        

Inspired by

Built with

  • ink {" "} - React for interactive command-line apps
  • meow {" "} - CLI helper

View source on GitHub.

License

MIT ©{" "} Jake Jarvis ,{" "} Sindre Sorhus

); export default CLI;