{"id":39611032,"url":"https://github.com/constructive-io/pgpm-boilerplates","last_synced_at":"2026-01-18T08:07:12.467Z","repository":{"id":325403092,"uuid":"1097365227","full_name":"constructive-io/pgpm-boilerplates","owner":"constructive-io","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-15T02:49:42.000Z","size":394,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T08:48:08.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/constructive-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-16T03:06:34.000Z","updated_at":"2026-01-07T15:58:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/constructive-io/pgpm-boilerplates","commit_stats":null,"previous_names":["launchql/pgpm-boilerplates","constructive-io/pgpm-boilerplates"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/constructive-io/pgpm-boilerplates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fpgpm-boilerplates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fpgpm-boilerplates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fpgpm-boilerplates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fpgpm-boilerplates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/constructive-io","download_url":"https://codeload.github.com/constructive-io/pgpm-boilerplates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constructive-io%2Fpgpm-boilerplates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28533855,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-01-18T08:07:11.779Z","updated_at":"2026-01-18T08:07:12.453Z","avatar_url":"https://github.com/constructive-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pgpm-boilerplates\n\nBoilerplate templates for [pgpm](https://www.npmjs.com/package/@pgpmjs/cli), the PostgreSQL Package Manager. These templates are used by `pgpm init` to scaffold new workspaces and modules.\n\n## Usage\n\n```bash\n# Create a new workspace\npgpm init workspace\n\n# Create a new module (inside a workspace)\npgpm init\n```\n\nThe templates are fetched from this repository and cached locally under `~/.pgpm/cache/repos`. Use `pgpm cache clean` to clear the cache if you need a fresh pull.\n\n## Structure\n\n```\ndefault/\n├── module/      # Single package/module template\n└── workspace/   # Monorepo workspace template\n```\n\n## Placeholders\n\nTemplates use the `____placeholder____` pattern (4 underscores on each side) for variable substitution. These are replaced by [genomic](https://www.npmjs.com/package/genomic) during project generation.\n\n## Scripts\n\n### Find Placeholders\n\nScan templates for placeholder variables:\n\n```bash\n# Install dependencies\npnpm install\n\n# Search entire repo\npnpm run find-placeholders\n\n# Search specific directory\npnpm run find-placeholders -- ./default/module\n```\n\nThis outputs all placeholders found, grouped by directory, with file locations and context.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstructive-io%2Fpgpm-boilerplates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconstructive-io%2Fpgpm-boilerplates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstructive-io%2Fpgpm-boilerplates/lists"}