@akash.dev/react-start 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
@@ -11,7 +11,7 @@ const runCommand = command =>{
|
|
11
11
|
}
|
12
12
|
const repoName = process.argv[2];
|
13
13
|
console.log(repoName);
|
14
|
-
const gitCheckoutCommand = `git clone --dept 1 https://github.com/arakash-developer/
|
14
|
+
const gitCheckoutCommand = `git clone --dept 1 https://github.com/arakash-developer/reactjs-start ${repoName}`;
|
15
15
|
const installDepsCommand = `cd ${repoName} && npm install`;
|
16
16
|
// console.log(`Cloning the repository with name ${repoName}`);
|
17
17
|
console.log(`Installing Packages for ${repoName} @akash.dev`);
|