Initialize workspaces and modules using the pgpm init command. Supports PGPM (PostgreSQL) and PNPM (TypeScript/JavaScript) templates, interactive and non-interactive modes, and custom template repositories.
Creates a new PGPM workspace with pgpm.json, pnpm-workspace.yaml, lerna.json, GitHub Actions workflows, Jest testing setup, and TypeScript configuration.
Creates a new PGPM module with pgpm.plan, .control file, package.json, tests/, and deploy/, revert/, verify/ directories.
pgpm init 명령을 사용하여 작업공간과 모듈을 초기화합니다. PGPM(PostgreSQL) 및 PNPM(TypeScript/JavaScript) 템플릿, 대화형 및 비대화형 모드, 사용자 정의 템플릿 저장소를 지원합니다. pgpm init를 사용하여 새 작업 공간이나 모듈을 스캐폴딩할 때 사용합니다. 출처: constructive-io/constructive-skills.