mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 11:05:25 -04:00
39 lines
1.0 KiB
Plaintext
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).
|
|
|
|

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