import PageTitle from "../../components/PageTitle"; import { metadata as defaultMetadata } from "../layout"; export const metadata = { title: "CLI", description: "AKA, the most useless Node module ever published, in history, by anyone, ever.", openGraph: { ...defaultMetadata.openGraph, title: "CLI", url: "/cli", }, alternates: { ...defaultMetadata.alternates, canonical: "/cli", }, }; CLI > The [Jake Jarvis](https://jarv.is/) CLI (aka the most useless Node module ever published, in history, by anyone, ever). ![Terminal Screenshot](./screenshot.png) ## Usage ```sh npx @jakejarvis/cli ``` ## Inspired by - [@sindresorhus/sindresorhus-cli](https://github.com/sindresorhus/sindresorhus-cli) - [@yg/ygcodes](https://github.com/yg/ygcodes) ## Built with - [ink](https://github.com/vadimdemedes/ink) - React for interactive command-line apps - [meow](https://github.com/sindresorhus/meow) - CLI helper [View source on GitHub.](https://github.com/jakejarvis/jakejarvis/tree/main/cli) ## License MIT © [Jake Jarvis](https://jarv.is/), [Sindre Sorhus](https://sindresorhus.com/)