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

39 lines
1.0 KiB
Plaintext

import PageTitle from "../../components/PageTitle";
import { addMetadata } from "../../lib/helpers/metadata";
export const metadata = addMetadata({
title: "CLI",
description: "AKA, the most useless Node module ever published, in history, by anyone, ever.",
alternates: {
canonical: "/cli",
},
});
<PageTitle canonical="/cli">CLI</PageTitle>
> 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 &copy; [Jake Jarvis](https://jarv.is/), [Sindre Sorhus](https://sindresorhus.com/)