teishoku 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # bento
1
+ # teishoku
2
2
 
3
3
  ## What is this
4
4
 
@@ -8,19 +8,19 @@ This is a fullstack framework.
8
8
 
9
9
  ```bash
10
10
  # npm
11
- npx bento <command>
11
+ npx teishoku <command>
12
12
 
13
13
  # yarn
14
- yarn dlx bento <command>
14
+ yarn dlx teishoku <command>
15
15
 
16
16
  # pnpm
17
- pnpm dlx bento <command>
17
+ pnpm dlx teishoku <command>
18
18
 
19
19
  # deno
20
- deno run -A npm:bento <command>
20
+ deno run -A npm:teishoku <command>
21
21
 
22
22
  # bun(recommended)
23
- bunx bento <command>
23
+ bunx teishoku <command>
24
24
  ```
25
25
 
26
- full docs in [here](https://github.com/bento-js/cli)
26
+ full docs in [here](https://github.com/teishoku/cli)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teishoku",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "bin": {
5
5
  "teishoku": "./cli.js"
6
6
  },