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

ghosttheme-cli help to create a basis boilerplate code for ghost theme


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

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.

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

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

ghost-theme version
   or 
ghost-theme --version

Keywords

FAQs

Package last updated on 29 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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