🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

create-solidbase-app

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-solidbase-app - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
2.1.0
to
2.2.0
+2
-0
index.js

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

import { exec } from "child_process";
import { rimraf } from "rimraf";

@@ -68,2 +69,3 @@ const stackName = "SolidBase";

console.log(chalk.green("\n ✔ Template cloned successfully!\n"));
rimraf(`${projectName}/.git`);
promptYesNo(" Do you want us to install the dependencies for you?")

@@ -70,0 +72,0 @@ .then((confirmation) => {

+3
-2
{
"name": "create-solidbase-app",
"version": "2.1.0",
"version": "2.2.0",
"description": "Building a scalable frontend app made easy.",

@@ -14,5 +14,6 @@ "main": "index.js",

"gradient-string": "^2.0.2",
"inquirer": "^9.2.7"
"inquirer": "^9.2.7",
"rimraf": "^5.0.5"
},
"bin": "./index.js"
}