{"id":19719041,"url":"https://github.com/seifalmotaz/pocketbase_plus","last_synced_at":"2025-04-29T20:31:08.537Z","repository":{"id":255446340,"uuid":"852534907","full_name":"seifalmotaz/pocketbase_plus","owner":"seifalmotaz","description":"Pocketbase Plus is a Dart package that automates model generation for your PocketBase projects. Quick setup, less boilerplate, more time to build awesome apps!","archived":false,"fork":false,"pushed_at":"2024-09-23T13:35:36.000Z","size":50,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T19:22:17.606Z","etag":null,"topics":["pocketbase","pocketbase-plugins"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/pocketbase","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seifalmotaz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T01:17:30.000Z","updated_at":"2025-02-19T22:10:11.000Z","dependencies_parsed_at":"2024-09-05T03:39:18.579Z","dependency_job_id":null,"html_url":"https://github.com/seifalmotaz/pocketbase_plus","commit_stats":null,"previous_names":["seifalmotaz/pocketbase_plus"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifalmotaz%2Fpocketbase_plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifalmotaz%2Fpocketbase_plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifalmotaz%2Fpocketbase_plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifalmotaz%2Fpocketbase_plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seifalmotaz","download_url":"https://codeload.github.com/seifalmotaz/pocketbase_plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251578401,"owners_count":21612033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pocketbase","pocketbase-plugins"],"created_at":"2024-11-11T23:05:57.651Z","updated_at":"2025-04-29T20:31:08.207Z","avatar_url":"https://github.com/seifalmotaz.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Pocketbase Plus 🚀\n\nSay goodbye to manual PocketBase model generation and let **Pocketbase Plus** do the heavy lifting! 😎\n\n## Installation inside your project\n\ninstall as dev dependency with:\n\n\n   ```bash\n   dart pub add 'dev:pocketbase_plus:{\"git\":\"https://github.com/seifalmotaz/pocketbase_plus\"}'   \n   ```\n   or\n   ```bash\n   dart pub add dev:pocketbase_plus\n   ```\n\n## How It Works\n\n1. **Create a `pocketbase.yaml`** in your project or directly inside your `pubspec.yaml`.\n2. Fill it with your secret sauce like this:\n```yaml\npocketbase:\n  hosting:\n    domain: 'https://your-pocketbase-domain.com'\n    email: 'your-email@example.com'\n    password: 'your-password'\n  output_directory: './lib/models'  # Optional, default is './lib/models'\n```\n\n4. **Run the magic**:\n\n```bash\ndart run pocketbase_plus:main\n```\n\nYou can specify the configuration file path (e.g.: your pubspec.yaml) using the --config or -c option:\n```bash\ndart run pocketbase_plus:main --config pubspec.yaml\n```\n\nQuick help: (-h or --help)\n```bash\ndart run pocketbase_plus:main --help\n```\n\nAnd boom 💥! Your models are ready to roll!\n\nHappy coding! ✨\n\n## Next Steps\n\n- Support for additional file types.\n- Auto-generate CRUD functions directly within the models.\n- Implement static `list` functions for fetching multiple records from the model.\n\nMore awesome features coming soon... Stay tuned!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseifalmotaz%2Fpocketbase_plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseifalmotaz%2Fpocketbase_plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseifalmotaz%2Fpocketbase_plus/lists"}