woodlets-cli

CLI tool for creating WordPress themes based on the Woodlets plugin.

Usage no npm install needed!

<script type="module">
  import woodletsCli from 'https://cdn.skypack.dev/woodlets-cli';
</script>

README

Woodlets CLI

CLI for Woodlets projects.

Prerequisites

Optional

Getting started

First install woodlets cli via Node Package Manager (npm).

npm install -g woodlets-cli

To create a new Woodlets theme and a fresh WordPress installation run:

woodlets create

You may run init instead of create if you're already in the directory the theme should be created in.

woodlets init

You should run woodlets init only in empty directories.

For more information what's possible with woodlets cli run:

woodlets help