New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

dooboo-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dooboo-cli - npm Package Compare versions

Comparing version

to
3.7.3

@@ -26,2 +26,3 @@ import { RN_VERSION } from './const';

}
spinner.stop();

@@ -36,2 +37,3 @@

);
shell.exec('pwd');

@@ -42,5 +44,7 @@ shell.rm('-rf', `${nameOfApp}/.git`);

shell.echo(chalk.greenBright(answer.value + ' created.'));
shell.echo(
chalk.greenBright('cd ' + answer.value + ' and dooboo start.'),
);
spinner.stop();

@@ -68,2 +72,3 @@ process.exit(0);

}
shell.exec(`cd ${nameOfApp} && react-native init ${nameOfApp} --version ${RN_VERSION}`);

@@ -79,5 +84,7 @@ spinner.stop();

);
shell.exec('pwd');
shell.rm('-rf', `${nameOfApp}/.git`);
shell.rm('-rf', `${nameOfApp}/.circleci`);
// // ==> Android config

@@ -88,2 +95,3 @@ shell.cp(

);
shell.cp(

@@ -93,2 +101,3 @@ `${nameOfApp}/android/build.gradle`,

);
shell.cp(

@@ -98,2 +107,3 @@ `${nameOfApp}/android/gradle/wrapper/gradle-wrapper.properties`,

);
shell.cp(

@@ -103,4 +113,6 @@ `${nameOfApp}/android/app/src/main/java/com/dooboo/MainActivity.java`,

);
shell.rm('-rf', `${nameOfApp}/android/*`);
shell.rm('-rf', `${nameOfApp}/ios/*`);
shell.sed(

@@ -112,2 +124,3 @@ '-i',

);
shell.sed(

@@ -121,3 +134,5 @@ '-i',

);
shell.cp('-R', `${nameOfApp}/${nameOfApp}/ios/*`, `${nameOfApp}/ios`);
shell.cp(

@@ -153,2 +168,3 @@ '-R',

shell.echo(chalk.greenBright(`Created ${nameOfApp} successfully.`));
shell.echo(

@@ -159,2 +175,3 @@ chalk.greenBright(

);
spinner.stop();

@@ -182,2 +199,3 @@ process.exit(0);

}
shell.exec(`cd ${nameOfApp}`);

@@ -193,2 +211,3 @@ spinner.stop();

);
shell.sed(

@@ -200,2 +219,3 @@ '-i',

);
shell.exec('pwd');

@@ -208,2 +228,3 @@ shell.rm('-rf', `${nameOfApp}/.git`);

shell.echo(chalk.greenBright(`Created ${nameOfApp} successfully.`));
shell.echo(

@@ -214,2 +235,3 @@ chalk.greenBright(

);
spinner.stop();

@@ -216,0 +238,0 @@ process.exit(0);

## Changelogs
**[3.7.3]**
- Remove react-native-cli peer dependencies since this is all in npx now.
**[3.7.1]**

@@ -3,0 +6,0 @@ - Migrate react-native test template.

@@ -137,3 +137,3 @@ #!/usr/bin/env node

if (!shell.which('react-native')) {
shell.echo(chalk_1.default.redBright('Sorry, this script requires react-native-cli to be installed.'));
shell.echo(chalk_1.default.redBright('Sorry, this script requires react-native to be installed. Are you in react-native project root?'));
shell.exit(1);

@@ -140,0 +140,0 @@ }

{
"name": "dooboo-cli",
"version": "3.7.1",
"version": "3.7.2",
"description": "starting react express app with me!",

@@ -28,19 +28,18 @@ "bin": {

"chalk": "^4.1.0",
"commander": "^6.1.0",
"commander": "^6.2.0",
"inquirer": "^7.3.3",
"ora": "^5.0.0",
"ora": "^5.1.0",
"select-shell": "^1.1.3",
"shelljs": "^0.8.4",
"update-notifier": "^4.1.1"
"update-notifier": "^5.0.1"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.5.0",
"@dooboo/eslint-config": "^0.5.4",
"@types/inquirer": "^7.3.1",
"@types/node": "^14.6.2",
"@types/node": "^14.14.6",
"@types/ora": "^3.2.0",
"@types/shelljs": "^0.8.8",
"eslint": "^7.8.0",
"typescript": "^4.0.2"
"eslint": "^7.13.0",
"typescript": "^4.0.5"
},
"peerDependencies": {},
"repository": {

@@ -47,0 +46,0 @@ "type": "git",

{
"name": "dooboo-cli",
"version": "3.7.1",
"version": "3.7.3",
"description": "starting react express app with me!",

@@ -28,19 +28,18 @@ "bin": {

"chalk": "^4.1.0",
"commander": "^6.1.0",
"commander": "^6.2.0",
"inquirer": "^7.3.3",
"ora": "^5.0.0",
"ora": "^5.1.0",
"select-shell": "^1.1.3",
"shelljs": "^0.8.4",
"update-notifier": "^4.1.1"
"update-notifier": "^5.0.1"
},
"devDependencies": {
"@dooboo/eslint-config": "^0.5.0",
"@dooboo/eslint-config": "^0.5.4",
"@types/inquirer": "^7.3.1",
"@types/node": "^14.6.2",
"@types/node": "^14.14.6",
"@types/ora": "^3.2.0",
"@types/shelljs": "^0.8.8",
"eslint": "^7.8.0",
"typescript": "^4.0.2"
"eslint": "^7.13.0",
"typescript": "^4.0.5"
},
"peerDependencies": {},
"repository": {

@@ -47,0 +46,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet