import { NextSeo } from "next-seo"; import Content from "../components/Content/Content"; import PageTitle from "../components/PageTitle/PageTitle"; import Image from "../components/Image/Image"; import Blockquote from "../components/Blockquote/Blockquote"; import CodeBlock from "../components/CodeBlock/CodeBlock"; import { H2 } from "../components/Heading/Heading"; 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). 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;
The{" "} Jake Jarvis {" "} CLI (aka the most useless Node module ever published, in history, by anyone, ever).
View source on GitHub.
MIT ©{" "} Jake Jarvis ,{" "} Sindre Sorhus