Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 1.0.1 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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc