@t1mmen/srtd 0.2.1 → 0.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/README.md +4 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -34,9 +34,11 @@ After over a year of looking-but-not-finding a better way, I paired up with [Cla
|
|
|
34
34
|
First, install `srtd` globally or in your project:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
npm install -g srtd # Global installation
|
|
37
|
+
npm install -g @t1mmen/srtd # Global installation
|
|
38
38
|
# or
|
|
39
|
-
npm install --save-dev srtd # Project installation
|
|
39
|
+
npm install --save-dev @t1mmen/srtd # Project installation
|
|
40
|
+
# or
|
|
41
|
+
npx @t1mmen/srtd init # Run directly
|
|
40
42
|
```
|
|
41
43
|
|
|
42
44
|
Then set up in your [Supabase](https://supabase.com) project:
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@t1mmen/srtd",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"description": "Supabase Repeatable Template Definitions (srtd)
|
|
5
|
+
"description": "Supabase Repeatable Template Definitions (srtd): 🪄 Live-reloading SQL templates for Supabase DX. Make your database changes reviewable and migrations maintainable! 🚀",
|
|
6
6
|
"bin": {
|
|
7
7
|
"srtd": "dist/cli.js"
|
|
8
8
|
},
|