@darkterminal/vite-react-tailwind-boilerplate
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -16,3 +16,3 @@ #!/usr/bin/env node | ||
const repoName = process.argv[2] | ||
const gitCheckoutCommand = `git clone --depth 1 https://github.com/darkterminal/express-api-starter.git ${repoName}` | ||
const gitCheckoutCommand = `git clone --depth 1 https://github.com/darkterminal/vite-react-tailwind-boilerplate.git ${repoName}` | ||
const installDepsCommand = `cd ${repoName} && npm install` | ||
@@ -19,0 +19,0 @@ const removeBinDirectory = `cd ${repoName} && rm -r bin` |
@@ -13,3 +13,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -16,0 +16,0 @@ "bin": "./bin/cli.js", |
10765