@@ -11,14 +11,17 @@ npx giget gh:bentruyman/templates/<template> <project-name>
1111```
1212
1313The Node templates require Node.js 24 or newer.
14+ The API templates also require Docker with Compose support for local PostgreSQL.
1415
1516## Available Templates
1617
17- | Template | Description | Command |
18- | -------------------- | ---------------------------------------------- | -------------------------------------------------- |
19- | [ bun/cli] ( ./bun/cli ) | Bun CLI with TypeScript, Husky, and release-it | ` npx giget gh:bentruyman/templates/bun/cli my-cli ` |
20- | [ bun/lib] ( ./bun/lib ) | Bun library with TypeScript, Husky, and release-it | ` npx giget gh:bentruyman/templates/bun/lib my-lib ` |
21- | [ node/cli] ( ./node/cli ) | Node.js CLI with TypeScript, Vitest, Husky, and release-it | ` npx giget gh:bentruyman/templates/node/cli my-cli ` |
22- | [ node/lib] ( ./node/lib ) | Node.js library with TypeScript, Vitest, Husky, and release-it | ` npx giget gh:bentruyman/templates/node/lib my-lib ` |
18+ | Template | Description | Command |
19+ | ---------------------- | ------------------------------------------------------------ | ---------------------------------------------------- |
20+ | [ bun/api] ( ./bun/api ) | Bun API with Hono, Drizzle, PostgreSQL, and Docker Compose | ` npx giget gh:bentruyman/templates/bun/api my-api ` |
21+ | [ bun/cli] ( ./bun/cli ) | Bun CLI with TypeScript, Husky, and release-it | ` npx giget gh:bentruyman/templates/bun/cli my-cli ` |
22+ | [ bun/lib] ( ./bun/lib ) | Bun library with TypeScript, Husky, and release-it | ` npx giget gh:bentruyman/templates/bun/lib my-lib ` |
23+ | [ node/api] ( ./node/api ) | Node.js API with Hono, Drizzle, PostgreSQL, and Docker Compose | ` npx giget gh:bentruyman/templates/node/api my-api ` |
24+ | [ node/cli] ( ./node/cli ) | Node.js CLI with TypeScript, Vitest, Husky, and release-it | ` npx giget gh:bentruyman/templates/node/cli my-cli ` |
25+ | [ node/lib] ( ./node/lib ) | Node.js library with TypeScript, Vitest, Husky, and release-it | ` npx giget gh:bentruyman/templates/node/lib my-lib ` |
2326
2427See each template's README for detailed usage instructions.
0 commit comments