Skip to content

Commit 920a3e2

Browse files
committed
Mocking up some ideas for dumping a database
1 parent a65274a commit 920a3e2

File tree

10 files changed

+314
-6895
lines changed

10 files changed

+314
-6895
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ coverage
66
dist
77
build
88
.vscode
9+
tmp
910

1011

1112
# Logs

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Supabase CLI [WIP]
22

33
Developer tools and helpers.
4+
5+
6+
### Getting started
7+
8+
Install
9+
10+
```sh
11+
npm install supabase -g
12+
```
13+
14+
Commands
15+
16+
```sh
17+
supa init
18+
supa dev
19+
supa eject
20+
```

0 commit comments

Comments
 (0)