Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Oct 10, 2024
1 parent fad4cad commit 3d6b384
Show file tree
Hide file tree
Showing 5 changed files with 1,142 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# postgrest-openapi

JS postgREST OpenAPI Spec parser

> This is a placeholder repo, we are working on exporting the related code as a package from [hrere](https://github.com/gridaco/grida/blob/main/apps/forms/lib/supabase-postgrest/parse.ts).
Empty file added lib/index.ts
Empty file.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "postgrest-openapi",
"version": "0.0.1",
"description": "postgREST OpenAPI parser",
"main": "dist/index.js",
"private": false,
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"postgrest",
"postgres",
"openapi",
"swagger",
"parser",
"db",
"schema",
"visualization"
],
"files": [
"dist"
],
"author": "softmarshmallow",
"license": "MIT",
"devDependencies": {
"tsup": "^8.3.0",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 3d6b384

Please sign in to comment.