create-ghost-theme help to create a basis boilerplate theme for ghost theme developer
npm install create-ghost-themeCreate-ghost-theme cli helps to provide a boilerplate theme for the developer. Then, developers quickly start working with a ghost theme. Create-ghost-theme cli official supports the tailwind CSS by default in your theme.
create-ghost-theme cli and create the theme#### install ghost-theme cli globally
You can install ghost theme cli globally and then run the create-ghost-theme command to create a theme.
``javascript
// install cli globally
npm install -g create-ghost-theme
// create a ghost theme
create-ghost-theme
`npx
#### install with npx
You do not need to install ghost theme cli globally. With the command, you easily install create-ghost-theme cli and create a theme with one command.
`javascript `
// install and create theme
npx create-ghost-theme // recommended
$3
Run the create-ghost-theme --help` command in your terminal or shell to read all available commands.