gunshi 0.4.0 → 0.5.1

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.
Files changed (2) hide show
  1. package/README.md +15 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,10 +6,7 @@
6
6
  [![Version][npm-version-src]][npm-version-href]
7
7
  [![CI][ci-src]][ci-href]
8
8
  [![InstallSize][install-size-src]][install-size-src]
9
-
10
- <!--
11
9
  [![JSR][jsr-src]][jsr-href]
12
- -->
13
10
 
14
11
  Gunshi is a modern javascript command-line library
15
12
 
@@ -31,6 +28,8 @@ Gunshi is designed to simplify the creation of modern command-line interfaces:
31
28
 
32
29
  ## 💿 Installation
33
30
 
31
+ ### 🐢 Node
32
+
34
33
  ```sh
35
34
  # npm
36
35
  npm install --save gunshi
@@ -42,6 +41,18 @@ pnpm add gunshi
42
41
  yarn add gunshi
43
42
  ```
44
43
 
44
+ ### 🦕 Deno
45
+
46
+ ```sh
47
+ deno add jsr:@kazupon/gunshi
48
+ ```
49
+
50
+ ### 🥟 Bun
51
+
52
+ ```sh
53
+ bun add gunshi
54
+ ```
55
+
45
56
  ## 🚀 Usage
46
57
 
47
58
  ### 📏 Simple API
@@ -384,7 +395,7 @@ Thank you!
384
395
 
385
396
  [npm-version-src]: https://img.shields.io/npm/v/gunshi?style=flat
386
397
  [npm-version-href]: https://npmjs.com/package/gunshi
387
- [jsr-src]: https://jsr.io/badges/@kazupon/gunishi
398
+ [jsr-src]: https://jsr.io/badges/@kazupon/gunshi
388
399
  [jsr-href]: https://jsr.io/@kazupon/gunshi
389
400
  [install-size-src]: https://pkg-size.dev/badge/install/72346
390
401
  [install-size-href]: https://pkg-size.dev/gunshi
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gunshi",
3
3
  "description": "Modern javascript command-line library",
4
- "version": "0.4.0",
4
+ "version": "0.5.1",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"