You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@rosswilson23/create-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rosswilson23/create-boilerplate - npm Package Compare versions

Comparing version

to
1.0.2

7

bin/create.js

@@ -27,7 +27,6 @@ #!/usr/bin/env node

console.log('Installing dependencies...');
execSync(`cd ${appName}`);
execSync('npm i', { stdio: 'inherit' });
execSync(`cd ${appName} && npm i`, { stdio: 'inherit' });
console.log('Opening in VSCode...')
execSync('code .');
console.log('Opening in VSCode...');
execSync(`cd ${appName} && code .`);
} catch (e) {

@@ -34,0 +33,0 @@ console.error(e);

{
"name": "@rosswilson23/create-boilerplate",
"version": "1.0.1",
"version": "1.0.2",
"description": "Starter project generator",

@@ -5,0 +5,0 @@ "main": "index.js",