mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 18:50:29 -04:00
34 lines
976 B
Markdown
34 lines
976 B
Markdown
---
|
|
title: "🤖 CLI"
|
|
date: 2020-04-22 10:50:04-0400
|
|
description: "AKA, the most useless Node module ever published, in history, by anyone, ever."
|
|
image: "images/screenshot.png"
|
|
layout: etc
|
|
---
|
|
|
|
{{< gh-buttons username="jakejarvis" repo="jakejarvis" >}}
|
|
|
|
> The [Jake Jarvis](https://jarv.is/) CLI (aka the most useless Node module ever published, in history, by anyone, ever).
|
|
|
|
{{< image src="images/screenshot.png" width="850" alt="Terminal Screenshot" link="https://www.npmjs.com/package/@jakejarvis/cli" />}}
|
|
|
|
## Usage
|
|
|
|
```sh {linenos=false}
|
|
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
|
|
|
|
## License
|
|
|
|
MIT © [Jake Jarvis](https://jarv.is/), [Sindre Sorhus](https://sindresorhus.com)
|