supatool 0.1.1 → 0.1.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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,6 +38,9 @@ For details on how to specify input/output folders, please refer to this as well
38
38
 
39
39
  You can add a task to `.vscode/tasks.json` to run both commands at once:
40
40
 
41
+ > **Note:**
42
+ > After installing supatool, please restart VSCode (or your terminal) before using the task, so that the new command is recognized.
43
+
41
44
  ```json
42
45
  {
43
46
  "version": "2.0.0",
@@ -52,7 +55,7 @@ You can add a task to `.vscode/tasks.json` to run both commands at once:
52
55
  }
53
56
  ```
54
57
 
55
- ## Example: How to use generated CRUD code in your app
58
+ ## Example: How to use generated CRUD code in your apps
56
59
 
57
60
  CRUD utility files for the `apps` table will be generated in `src/integrations/supabase/crud-autogen/` by default.
58
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supatool",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A CLI tool that automatically generates TypeScript CRUD code from Supabase type definitions.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",