Skip to content

Commit c4d9a76

Browse files
committed
chore: readme
1 parent 8a22edf commit c4d9a76

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
## Installation
66

7-
```bash
7+
```fish
88
npm i --save-dev kysely-migrate
99
```
10-
```bash
10+
```fish
1111
pnpm add -D kysely-migrate
1212
```
13-
```bash
13+
```fish
1414
yarn add -D kysely-migrate
1515
```
16-
```bash
16+
```fish
1717
bun add -D kysely-migrate
1818
```
1919

@@ -38,7 +38,7 @@ export default defineConfig({
3838

3939
Run [commands](#commands) to manage migrations and generate types.
4040

41-
```bash
41+
```fish
4242
kysely-migrate <command> [options]
4343
```
4444

@@ -55,7 +55,7 @@ Run `kysely-migrate --help` or `kysely-migrate <command> --help` to see the list
5555

5656
Generate types from database metadata
5757

58-
```bash
58+
```fish
5959
kysely-migrate codegen
6060
```
6161

@@ -67,7 +67,7 @@ kysely-migrate codegen
6767

6868
Create new migration
6969

70-
```bash
70+
```fish
7171
kysely-migrate create
7272
```
7373

@@ -80,7 +80,7 @@ kysely-migrate create
8080

8181
Migrate one step down
8282

83-
```bash
83+
```fish
8484
kysely-migrate down
8585
```
8686

@@ -93,7 +93,7 @@ kysely-migrate down
9393

9494
Create configuration file
9595

96-
```bash
96+
```fish
9797
kysely-migrate init
9898
```
9999

@@ -105,15 +105,15 @@ kysely-migrate init
105105

106106
List migrations
107107

108-
```bash
108+
```fish
109109
kysely-migrate list
110110
```
111111

112112
### to
113113

114114
Migrate to selected migration
115115

116-
```bash
116+
```fish
117117
kysely-migrate to
118118
```
119119

@@ -126,7 +126,7 @@ kysely-migrate to
126126

127127
Migrate one step up
128128

129-
```bash
129+
```fish
130130
kysely-migrate up
131131
```
132132

0 commit comments

Comments
 (0)