CLI for Woodlets projects.
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