mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-10 19:25:34 -04:00
stop hosting all of my random sites as folders on this domain
changed most of them to redirect to GitHub Pages mental health note: stats will take a hit ;)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 77 KiB |
@@ -0,0 +1,35 @@
|
||||
---
|
||||
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
|
||||
sitemap:
|
||||
priority: 0.5
|
||||
---
|
||||
|
||||
{{< gh-buttons username="jakejarvis" repo="cli" >}}
|
||||
|
||||
> 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="700" alt="Terminal Screenshot" />}}
|
||||
|
||||
## Usage
|
||||
|
||||
```sh {linenos=false}
|
||||
npx @jakejarvis/cli
|
||||
```
|
||||
|
||||
## Inspired by
|
||||
|
||||
- [@sindresorhus/sindresorhus](https://github.com/sindresorhus/sindresorhus)
|
||||
- [@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)
|
||||
Reference in New Issue
Block a user