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:
2020-07-12 16:37:33 -04:00
parent c111c90801
commit 9bf2d2e36b
9 changed files with 74 additions and 46 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

+35
View File
@@ -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)