Skip to content

Commit

Permalink
feat(dx): use gegit for setups
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 11, 2022
1 parent 80c3b92 commit 48a4749
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,14 @@
"consola": "^2.15.3",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.11",
"degit": "^2.8.4",
"detect-indent": "^7.0.0",
"detect-newline": "^4.0.0",
"eslint": "^8.23.0",
"esno": "^0.16.3",
"events": "^3.3.0",
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"giget": "^0.1.5",
"jiti": "^1.15.0",
"lint-staged": "^13.0.3",
"local-pkg": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion .stacks/src/scripts/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export async function stack(name: string) {

try {
const path = resolve(process.cwd(), `../${name}`)
await ezSpawn.async('degit', ['ow3org/stacks#main', `../${name}`], { stdio: 'inherit' })
await ezSpawn.async('gegit', ['ow3org/stacks#main', `../${name}`], { stdio: 'inherit' })
consola.success(`Successfully created the ${name} stack at path: ${path}`)
}
catch (err) {
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"meema",
"meemalabs",
"pnpm",
"degit",
"gegit",
"vitest",
"vitejs",
"vite",
Expand Down
21 changes: 13 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48a4749

Please sign in to comment.