@meebs/meeb 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +99 -108
- package/assets/axolotl-white.png +0 -0
- package/assets/cat.png +0 -0
- package/assets/dragon-white.png +0 -0
- package/assets/dragon.png +0 -0
- package/assets/fox-white.png +0 -0
- package/assets/fox.png +0 -0
- package/assets/logo.png +0 -0
- package/assets/owl-white.png +0 -0
- package/assets/penguin-white.png +0 -0
- package/assets/penguin.png +0 -0
- package/assets/snail-white.png +0 -0
- package/assets/snail.png +0 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,19 +1,28 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
3
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/logo.png" alt="meeb" width="200">
|
|
4
|
+
|
|
5
|
+
**72 hand-drawn ASCII animals for your terminal.**
|
|
6
|
+
|
|
7
|
+
zero dependencies. pure joy.
|
|
8
|
+
|
|
9
|
+
[](https://www.npmjs.com/package/@meebs/meeb)
|
|
10
|
+
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
|
11
|
+
[](https://nodejs.org)
|
|
12
|
+
[](https://www.npmjs.com/package/@meebs/meeb)
|
|
13
|
+
|
|
14
|
+
<br>
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/fox-white.png" alt="fox" width="80">
|
|
17
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/penguin-white.png" alt="penguin" width="80">
|
|
18
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/snail-white.png" alt="snail" width="80">
|
|
19
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/dragon-white.png" alt="dragon" width="80">
|
|
20
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/owl-white.png" alt="owl" width="80">
|
|
21
|
+
<img src="https://unpkg.com/@meebs/meeb@latest/assets/axolotl-white.png" alt="axolotl" width="80">
|
|
22
|
+
|
|
23
|
+
</div>
|
|
24
|
+
|
|
25
|
+
---
|
|
17
26
|
|
|
18
27
|
## Install
|
|
19
28
|
|
|
@@ -21,7 +30,7 @@ A passion project to bring a little good into the world. Because every terminal
|
|
|
21
30
|
npm install -g @meebs/meeb
|
|
22
31
|
```
|
|
23
32
|
|
|
24
|
-
##
|
|
33
|
+
## Try It
|
|
25
34
|
|
|
26
35
|
```bash
|
|
27
36
|
meeb fox # show a fox
|
|
@@ -30,129 +39,111 @@ meeb cat hat # seasonal hat (changes every month!)
|
|
|
30
39
|
meeb random # surprise me
|
|
31
40
|
meeb 🐧 # emoji lookup
|
|
32
41
|
echo "hello" | meeb dog # pipe stdin as speech
|
|
33
|
-
meeb --motd # add to your .bashrc for daily joy
|
|
34
42
|
```
|
|
35
43
|
|
|
36
|
-
## Animals
|
|
44
|
+
## 72 Animals
|
|
37
45
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
▐██▄▄▄██▌ ▝███████████▘
|
|
42
|
-
▐█◆█▄█◆█▌ ▐█●███●█▌ ...and 70 more
|
|
43
|
-
▐███▄███▌ ▐██▄▄▄██▌
|
|
44
|
-
▝▀███▀▘ ▐██▀▀▀██▌
|
|
45
|
-
▐█████▌ ▐███████▌
|
|
46
|
-
▐███████▌ ▟█▘ ▝█▙
|
|
47
|
-
▟▘ ▝▙ ▀▀▀ ▀▀▀
|
|
48
|
-
fox dog
|
|
49
|
-
```
|
|
46
|
+
<details>
|
|
47
|
+
<summary><strong>See all 72 →</strong></summary>
|
|
48
|
+
<br>
|
|
50
49
|
|
|
51
|
-
penguin
|
|
50
|
+
penguin · cat · dog · fox · bear · owl · bunny · frog · panda · snake · duck · mouse · whale · octopus · bat · fish · turtle · crab · monkey · pig · koala · lion · shark · elephant · unicorn · jellyfish · sloth · wolf · parrot · hedgehog · giraffe · flamingo · raccoon · hippo · deer · squid · gorilla · dragon · alien · robot · ghost · dino · zebra · snail · bee · butterfly · scorpion · emperor · crocodile · chameleon · seahorse · stingray · axolotl · capybara · redpanda · peacock · spider · chick · ladybug · otter · mantisshrimp · narwhal · moth · cookie · hamster · swan · eagle · walrus · toucan · yak · firefly · starfish
|
|
52
51
|
|
|
53
|
-
|
|
52
|
+
</details>
|
|
54
53
|
|
|
54
|
+
## Animations
|
|
55
|
+
|
|
56
|
+
Four terminal animations that make your animals come alive:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
meeb penguin delay # ✨ pixels materialize from nothing
|
|
60
|
+
meeb penguin slide # → slides in from the right
|
|
61
|
+
meeb fox fall # ↓ drops from the top with a bounce
|
|
62
|
+
meeb snail shatter # 💥 appears, then explodes with gravity
|
|
55
63
|
```
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
▄▖ ▗▄
|
|
62
|
-
██▖ ▗██
|
|
63
|
-
▐█████████████▌
|
|
64
|
-
▝█◆█████████◆█▘
|
|
65
|
-
▐████▀▄▀████▌
|
|
66
|
-
▝▀█████████▀▘
|
|
67
|
-
▄████████████████▄
|
|
68
|
-
▝████▌██████▐████▘
|
|
69
|
-
▟██▘ ▝██▙
|
|
70
|
-
▀▀▀▀ ▀▀▀▀
|
|
71
|
-
```
|
|
64
|
+
|
|
65
|
+
**`shatter`** draws your animal, holds for a beat, then every character launches with random velocity and falls with real physics. It's wild. Try it.
|
|
66
|
+
|
|
67
|
+
## Say Things
|
|
72
68
|
|
|
73
69
|
```bash
|
|
74
|
-
meeb dragon say "rawr"
|
|
75
|
-
meeb owl fortune
|
|
76
|
-
meeb penguin commit
|
|
77
|
-
echo "deploy complete" | meeb cat
|
|
70
|
+
meeb dragon say "rawr" # speech bubble
|
|
71
|
+
meeb owl fortune # random fortune cookie
|
|
72
|
+
meeb penguin commit # git commit message
|
|
73
|
+
echo "deploy complete" | meeb cat # pipe anything
|
|
78
74
|
```
|
|
79
75
|
|
|
80
76
|
## Seasonal Hats
|
|
81
77
|
|
|
82
|
-
`meeb fox hat`
|
|
78
|
+
`meeb fox hat` — a different hat every month:
|
|
83
79
|
|
|
84
|
-
|
|
|
85
|
-
|
|
86
|
-
| Jan
|
|
87
|
-
|
|
|
88
|
-
|
|
|
89
|
-
| Apr | Rain cloud |
|
|
90
|
-
| May | Flower |
|
|
91
|
-
| Jun | Sun |
|
|
92
|
-
| Jul | Firework |
|
|
93
|
-
| Aug | Sunglasses |
|
|
94
|
-
| Sep | Falling leaf |
|
|
95
|
-
| Oct | Jack-o-lantern |
|
|
96
|
-
| Nov | Pilgrim hat |
|
|
80
|
+
| | | | |
|
|
81
|
+
|---|---|---|---|
|
|
82
|
+
| 🎅 **Dec/Jan** Santa | ❤️ **Feb** Heart | ☘️ **Mar** Shamrock | 🌧️ **Apr** Rain |
|
|
83
|
+
| 🌸 **May** Flower | ☀️ **Jun** Sun | 🎆 **Jul** Firework | 😎 **Aug** Shades |
|
|
84
|
+
| 🍂 **Sep** Leaf | 🎃 **Oct** Pumpkin | 🦃 **Nov** Pilgrim | |
|
|
97
85
|
|
|
98
|
-
##
|
|
86
|
+
## Transforms
|
|
99
87
|
|
|
100
88
|
```bash
|
|
101
|
-
#
|
|
102
|
-
meeb
|
|
103
|
-
meeb fox
|
|
104
|
-
meeb
|
|
105
|
-
meeb
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
# transforms
|
|
109
|
-
meeb fox stretch # stretch horizontally (wider)
|
|
110
|
-
meeb fox squish # squish horizontally (narrower)
|
|
111
|
-
meeb fox stretchv # stretch vertically (taller)
|
|
112
|
-
meeb fox squishv # squish vertically (shorter)
|
|
113
|
-
|
|
114
|
-
# animations
|
|
115
|
-
meeb penguin delay # pixels materialize randomly
|
|
116
|
-
meeb penguin slide # slide in from the right
|
|
117
|
-
meeb fox fall # drop from the top with a bounce
|
|
118
|
-
meeb snail shatter # appear, then explode with gravity
|
|
119
|
-
|
|
120
|
-
# friends
|
|
121
|
-
meeb cat pair dog # two animals side by side
|
|
122
|
-
meeb cat diff fox # compare two animals
|
|
123
|
-
meeb owl animate # blinking animation
|
|
89
|
+
meeb fox stretch # wider
|
|
90
|
+
meeb fox squish # narrower
|
|
91
|
+
meeb fox stretchv # taller
|
|
92
|
+
meeb fox squishv # shorter
|
|
93
|
+
meeb fox flip # mirror horizontally
|
|
94
|
+
```
|
|
124
95
|
|
|
125
|
-
|
|
126
|
-
meeb narwhal info # fun animal fact
|
|
127
|
-
meeb calendar # animal of the day
|
|
96
|
+
## Export
|
|
128
97
|
|
|
129
|
-
|
|
98
|
+
```bash
|
|
99
|
+
meeb fox --png # save as png
|
|
100
|
+
meeb fox --gif # save as gif
|
|
101
|
+
meeb fox --svg # save as svg
|
|
102
|
+
meeb fox --png --white # white background
|
|
103
|
+
meeb fox --label "best fox" # subtitle text below
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
## More
|
|
107
|
+
|
|
108
|
+
```bash
|
|
109
|
+
meeb cat pair dog # two animals side by side
|
|
110
|
+
meeb cat diff fox # compare them
|
|
111
|
+
meeb owl animate # blinking animation
|
|
130
112
|
meeb all # show every animal
|
|
131
113
|
meeb browse # interactive TUI
|
|
132
|
-
meeb
|
|
114
|
+
meeb narwhal info # fun animal fact
|
|
115
|
+
meeb calendar # animal of the day
|
|
116
|
+
meeb panda --theme neon # neon, pastel, retro, mono, matrix
|
|
117
|
+
meeb --install-completions # bash, zsh, fish
|
|
118
|
+
```
|
|
133
119
|
|
|
134
|
-
|
|
135
|
-
meeb fox --gif # save as gif
|
|
136
|
-
meeb fox --png # save as png
|
|
137
|
-
meeb fox --svg # save as svg
|
|
138
|
-
meeb fox --png --white # white background export
|
|
120
|
+
## Add to Your Shell
|
|
139
121
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
meeb --
|
|
143
|
-
meeb --ci # markdown-safe output (no ANSI)
|
|
122
|
+
```bash
|
|
123
|
+
# ~/.bashrc or ~/.zshrc
|
|
124
|
+
meeb --motd
|
|
144
125
|
```
|
|
145
126
|
|
|
146
|
-
|
|
127
|
+
A random animal greets you with a fortune every time you open a terminal.
|
|
128
|
+
|
|
129
|
+
## Devtools
|
|
147
130
|
|
|
148
131
|
```bash
|
|
149
|
-
meeb --
|
|
132
|
+
meeb --motd # message of the day for .bashrc/.zshrc
|
|
133
|
+
meeb --commit # git post-commit hook
|
|
134
|
+
meeb --ci # markdown-safe output (no ANSI)
|
|
150
135
|
```
|
|
151
136
|
|
|
152
137
|
## Zero Dependencies
|
|
153
138
|
|
|
154
|
-
No `node_modules`. No bloat. Just Node.js
|
|
139
|
+
No `node_modules`. No bloat. Just Node.js and 72 animals in 39kb.
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
|
|
143
|
+
<div align="center">
|
|
144
|
+
|
|
145
|
+
a passion project to bring a little good into the world.
|
|
155
146
|
|
|
156
|
-
|
|
147
|
+
[CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) — free to use and share, not for commercial use.
|
|
157
148
|
|
|
158
|
-
|
|
149
|
+
</div>
|
|
Binary file
|
package/assets/cat.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/fox.png
ADDED
|
Binary file
|
package/assets/logo.png
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/snail.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meebs/meeb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Cute ASCII art animals for your terminal",
|
|
5
5
|
"bin": {
|
|
6
6
|
"meeb": "./index.js"
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"util.js",
|
|
31
31
|
"info.js",
|
|
32
32
|
"animals/",
|
|
33
|
-
"completions/"
|
|
33
|
+
"completions/",
|
|
34
|
+
"assets/"
|
|
34
35
|
],
|
|
35
36
|
"engines": {
|
|
36
37
|
"node": ">=14"
|