1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 11:05:25 -04:00
jarv.is/app/cli/page.mdx

1.1 KiB

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 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