import { NextSeo } from "next-seo"; import Content from "../components/Content"; import PageTitle from "../components/PageTitle"; import Link from "../components/Link"; import Image from "../components/Image"; import Blockquote from "../components/Blockquote"; import CodeBlock from "../components/CodeBlock"; import { H2 } from "../components/Heading"; import { UnorderedList, ListItem } from "../components/List"; import cliImg from "../public/static/images/cli/screenshot.png"; const CLI = () => { return ( <> 🤖 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

@sindresorhus/sindresorhus-cli @yg/ygcodes

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;