Skip to content

Commit

Permalink
Templates meta updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Mar 12, 2024
1 parent 6ab3539 commit 1cbe40f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion programs/create/helpers/isDirectoryWriteable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function isDirectoryWriteable(
projectName: string
): Promise<boolean> {
try {
console.log(`🤝 - Ensuring ${bold(projectName)} exists...`)
console.log(`🤝 - Ensuring ${bold(projectName)} folder exists...`)

await fs.mkdir(directory, {recursive: true})

Expand Down
19 changes: 0 additions & 19 deletions programs/create/templates/chatgpt/template/package.json

This file was deleted.

4 changes: 2 additions & 2 deletions programs/create/templates/react-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cezaraugusto/default-template.git",
"url": "https://github.com/cezaraugusto/extension-create.git",
"directory": "packages/create/templates/react-typescript"
},
"name": "extensioncreate-react-typescript-template",
"name": "react-typescript-template",
"description": "The React + TypeScript template for extension-create.",
"version": "0.0.0",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions programs/create/templates/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cezaraugusto/default-template.git",
"url": "https://github.com/cezaraugusto/extension-create.git",
"directory": "packages/create/templates/react"
},
"name": "extensioncreate-react-template",
"name": "react-template",
"description": "The React template for extension-create.",
"version": "0.0.0",
"author": {
Expand Down

0 comments on commit 1cbe40f

Please sign in to comment.