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.3 to 1.0.4

8

cli.js

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

const version = "1.0.3"
const version = "1.0.4"
// check git

@@ -32,2 +33,3 @@ if (!shell.which("git")) {

if (projectName.length > 0) {
shell.echo("Installing start with ", nodeVersion, "...");

@@ -59,3 +61,3 @@

shell.echo(`Start Install the dependencies with ${packageManger}... `);
shell.echo("Start Install the dependencies with", packageManger, "..." );

@@ -65,3 +67,3 @@ let installPackage = shell.exec(packageManger, { silent: true });

if (installPackage.code !== 0) {
shell.echo(`${args[1] ? args[1] : "yarn"} install is failed`);
shell.echo(`${args[1] ? args[1] : "yarn"} install is failed ` );
shell.exec("cd .. && rm");

@@ -68,0 +70,0 @@ shell.echo("deleting the file");

{
"name": "ghosttheme-cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "ghosttheme-cli help to create a basis boilerplate code for ghost theme",

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

@@ -37,2 +37,8 @@ Ghost theme-cli help to provide a boilerplate theme for the developer. Developers quickly start working with a ghost theme. Ghost theme-cli official supports the tailwind CSS by default in your theme.

```
### note
`ghost-theme my-project` use by default yarn.
---
## ghost-theme version or ghost-theme --version

@@ -46,4 +52,1 @@ ```javascript

### note
`ghost-theme my-project` use by default yarn.
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