@akash.dev/react-start 1.0.12 → 1.0.13
Sign up to get free protection for your applications and to get access to all the features.
- package/.gitattributes +2 -2
- package/bin/cli.js +2 -1
- package/package.json +12 -12
package/.gitattributes
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
# Auto detect text files and perform LF normalization
|
2
|
-
* text=auto
|
1
|
+
# Auto detect text files and perform LF normalization
|
2
|
+
* text=auto
|
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/react-startjs ${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`);
|
@@ -23,3 +23,4 @@ if(!installedDeps) process.exit(-1);
|
|
23
23
|
console.log(`Congratulation!! You are Ready @akash.dev`);
|
24
24
|
console.log(`cd ${repoName} && npm run dev or npm start @akash.dev`);
|
25
25
|
|
26
|
+
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
{
|
2
|
-
"name": "@akash.dev/react-start",
|
3
|
-
"version": "1.0.
|
4
|
-
"main": "index.js",
|
5
|
-
"bin": "./bin/cli.js",
|
6
|
-
"scripts": {
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
-
},
|
9
|
-
"author": "@akash.dev",
|
10
|
-
"license": "ISC",
|
11
|
-
"description": ""
|
12
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@akash.dev/react-start",
|
3
|
+
"version": "1.0.13",
|
4
|
+
"main": "index.js",
|
5
|
+
"bin": "./bin/cli.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"author": "@akash.dev",
|
10
|
+
"license": "ISC",
|
11
|
+
"description": ""
|
12
|
+
}
|