nekos 3.2.0 → 3.2.2

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/CONTRIBUTING.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  We welcome contributions! If you want to add a new ASCII art, please follow these rules.
4
4
 
5
+ ## Required Process
6
+
7
+ ### Setup
8
+
9
+ ```bash
10
+ npm install
11
+ ```
12
+
13
+ ### Test
14
+
15
+ ```bash
16
+ npm run build
17
+ npm run test
18
+ ```
19
+
5
20
  ## Adding New ASCII Art
6
21
 
7
22
  You can add new cat ASCII art to the `aa/` directory. A pull request is required to add a file.
@@ -24,6 +39,21 @@ Thank you for your contribution! 🐱
24
39
 
25
40
  コントリビューションを歓迎します!新しいアスキーアートを追加したい場合は、以下のルールに従ってください。
26
41
 
42
+ ## 必要な手順
43
+
44
+ ### セットアップ
45
+
46
+ ```bash
47
+ npm install
48
+ ```
49
+
50
+ ### テスト
51
+
52
+ ```bash
53
+ npm run build
54
+ npm run test
55
+ ```
56
+
27
57
  ## 新しいアスキーアートの追加
28
58
 
29
59
  `aa/` ディレクトリに新しい猫のアスキーアートを追加できます。ファイルを追加するにはプルリクエストが必要です。
package/README.md CHANGED
@@ -5,6 +5,10 @@
5
5
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
6
6
  [![Validate AA Contribution](https://github.com/otoneko1102/nekos/actions/workflows/validate-aa.yml/badge.svg)](https://github.com/otoneko110/nekos/actions/workflows/validate-aa.yml)
7
7
 
8
+ <a href="https://www.buymeacoffee.com/devuloper" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
9
+
10
+ <a href='https://ko-fi.com/E1E41LY2C9' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi6.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
11
+
8
12
  A simple CLI tool to display cat ASCII art in your console.
9
13
 
10
14
  ![sample](img/sample.png)
@@ -64,18 +68,27 @@ nekos
64
68
 
65
69
  # Display a specific cat by ID
66
70
  nekos --id my_cat
71
+ nekos -i my_cat
67
72
 
68
73
  # Display a cat with a rainbow gradient
69
74
  nekos --colors RAINBOW
75
+ nekos -c RAINBOW
70
76
 
71
77
  # Display a cat with two random gradient colors
72
78
  nekos --colors RANDOM RANDOM
79
+ nekos -c RANDOM RANDOM
73
80
 
74
81
  # Display a specific cat with a custom gradient
75
82
  nekos --id sad_cat --colors "#ff00ff" "#00ffff"
83
+ nekos -i sad_cat -c "#ff00ff" "#00ffff"
76
84
 
77
85
  # You can also use npx without a global installation
78
86
  npx nekos --colors "#ff00ff #00ffff"
87
+ npx nekos -c "#ff00ff" "#00ffff"
88
+
89
+ # Check the current version.
90
+ nekos --version
91
+ nekos -v
79
92
  ```
80
93
 
81
94
  ---
@@ -170,18 +183,27 @@ nekos
170
183
 
171
184
  # IDを指定して特定の猫を表示
172
185
  nekos --id my_cat
186
+ nekos -i
173
187
 
174
188
  # 虹色のグラデーションで猫を表示
175
189
  nekos --colors RAINBOW
190
+ nekos -c RAINBOW
176
191
 
177
192
  # 2色のランダムなグラデーションで猫を表示
178
193
  nekos --colors RANDOM RANDOM
194
+ nekos -c RANDOM RANDOM
179
195
 
180
196
  # IDを指定した猫にカスタムグラデーションを適用
181
197
  nekos --id sad_cat --colors "#ff00ff" "#00ffff"
198
+ nekos -i sad_cat -c "#ff00ff" "#00ffff"
182
199
 
183
200
  # グローバルインストールなしでnpxを使っても実行できます
184
201
  npx nekos --colors "#ff00ff #00ffff"
202
+ npx nekos -c "#ff00ff" "#00ffff"
203
+
204
+ # 現在のバージョンを確認
205
+ nekos --version
206
+ nekos -v
185
207
  ```
186
208
 
187
209
  ---
package/aa/4w4.txt ADDED
@@ -0,0 +1,3 @@
1
+ /\_/\
2
+ (=4w4=)
3
+ (\")_(\")
package/aa/nya.txt ADDED
@@ -0,0 +1,4 @@
1
+ /\ /\
2
+ ( o o )
3
+ ( =^= )
4
+ (")_(")~ nya~
package/aa/o_o.txt ADDED
@@ -0,0 +1,3 @@
1
+ /\_/\
2
+ ( o_o )
3
+ > ^ <
package/aa/owo.txt ADDED
@@ -0,0 +1,3 @@
1
+ /\_/\
2
+ ( owo )
3
+ > ^ <
package/aa/zzz.txt ADDED
@@ -0,0 +1,3 @@
1
+ |\_._/|
2
+ ( -.- )
3
+ zzz
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nekos",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "Let's have cute cats mess around in the log!",
5
5
  "bin": {
6
6
  "nekos": "bin/nekos.js"
package/.prettierignore DELETED
@@ -1,24 +0,0 @@
1
- # GitHub
2
- .github/
3
- archives/
4
- img/
5
-
6
- # Dependencies
7
- node_modules/
8
-
9
- # Dev
10
- scripts/
11
- test/
12
-
13
- # No Format
14
- aa/
15
- dist/
16
- private/
17
- .gitignore
18
- .npmignore
19
- *.json
20
- *.md
21
-
22
- # Config
23
- tsconfig.json
24
- .env
package/.prettierrc.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "tabWidth": 2
3
- }