Socket
Socket
Sign inDemoInstall

ghosttheme-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghosttheme-cli - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

cli.js

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

if (projectName.length > 0) {
shell.echo(`Installing start with ${version}...`);
shell.echo("Installing start with ", version, "...");

@@ -53,9 +53,10 @@ let clone = shell.exec(

shell.echo(`${args[1] ? args[1] : "yarn"} install is failed`);
shell.exec("cd .. && rm");
shell.echo("deleting the file");
shell.rm("-Rf", projectName);
shell.exit(1);
}
}
shell.echo(`cd ${projectName}`);
shell.echo("After run ghost start command");
shell.echo("Let start the working with ghost theme and tailwind css.");
{
"name": "ghosttheme-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "ghosttheme-cli help to create a basis boilerplate code for ghost theme",

@@ -5,0 +5,0 @@ "main": "cli.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