mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-19 13:15:31 -04:00
37 lines
1.0 KiB
Plaintext
37 lines
1.0 KiB
Plaintext
import { PageTitle } from "@/components/layout/page-title";
|
|
import { createMetadata } from "@/lib/metadata";
|
|
|
|
export const metadata = createMetadata({
|
|
title: "CLI",
|
|
description: "AKA, the most useless Node module ever published, in history, by anyone, ever.",
|
|
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).
|
|
|
|

|
|
|
|
## 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/)
|