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.8 to 1.0.9

2

package.json
{
"name": "ghosttheme-cli",
"version": "1.0.8",
"version": "1.0.9",
"description": "ghosttheme-cli help to create a basis boilerplate code for ghost theme",

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

@@ -1,51 +0,4 @@

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.
## Now, `ghosttheme-cli` is a Deprecate and moves to the new [Create-ghost-theme](https://www.npmjs.com/package/create-ghost-theme) npm package. In addition, the new cli provides more functionality than the old cli.
## How to use ghosttheme-cli?
With ghost theme-cli, you quickly start working with theme development with one command.
### Steps
1. Install ghosttheme-cli
2. Create a theme
3. Run ghost and tailwind server
#### Install ghosttheme-cli
Install ghosttheme -cli with npm using `npm install -g ghosttheme-cli` command.
#### Create theme
After installing ghost theme-cli on your laptop. now create a ghost theme with
`ghost-theme my-project`
#### Run ghost and tailwind server
To start working with tailwindcss, you must run a separate server with postcss and tailwind CSS.
`npm run start`
#### How many arguments are supported by ghost theme-cli?
Ghost theme-cli currently supports only two arguments. the first argument is the project name, and the second argument is the package manager (npm, yarn and pnpm).
1. ghost-theme
2. ghost-theme version or ghost-theme --version
## ghost-theme
```javascript
ghost-theme name-the-project // install all dependencies by default with yarn
or
ghost-theme name-the-project pnpm // install all dependencies with pnpm
```
### note
`ghost-theme my-project` use by default yarn.
---
## ghost-theme version or ghost-theme --version
```javascript
ghost-theme version
or
ghost-theme --version
```
## report bugs
You face any bug feel free to [Submit us](https://www.google.com)
### No longer maintain
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