@longbeard/beardbalm-cli
v0.1.25
Published
CLI for setting up Longbeard's WordPress projects
Downloads
10
Keywords
Readme
Beardbalm CLI
Welcome to Beardbalm CLI! This is a set of tools to initialize WordPress projects using Beardbalm theme and upgrade existing projects.
Usage
You can use this CLI by installing it as a global package:
npm i -g @longbeard/beardbalm-cli
beardbalm <command>
Or, if that's not possible due to server restriction, you can use npx
:
npx @longbeard/beardbalm-cli <command>
NB You might need to clear npx
cache if this is not the first time you run the CLI and if you notice version discrepance.
To clear global npx
cache:
rm -rf ~/.npm/_npx
Commands
setup-vite
: Converts project to Beardbalm + Vite setupsetup-git
: Set up git on the WordPress root and install workflowsdelete-credentials
: Delete cached GitHub credentials