diff --git a/README.md b/README.md index 99fbcb9..1494a8a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npx @dreamsicle.io/create-wp-theme my-theme Once the command has been run, and the tool finds that the directory is unique, The tool will walk through a set of prompts that can be filled out inorder to customize the output of the package. -```console +``` ⚡ Let's get started ― This tool will guide you through configuring your theme. For each prompt, set a value and hit "ENTER" to continue. To exit early, hit "CMD+C" on Mac, or "CTRL+C" on Windows. For help, run "create-wp-theme -h" to @@ -57,7 +57,7 @@ Constant Prefix: (WP_THEME) The tool will log its progress and errors in the console, exiting on completion and fatal errors. -```console +``` 👍 Got it! ― Creating "WP Theme" in tests\wp-theme 📥 Cloning package ― https://github.com/dreamsicle-io/wp-theme-assets.git (master) @@ -97,14 +97,10 @@ npx @dreamsicle.io/create-wp-theme -A Dreamsicle -E hello@dreamsicle.com -u http **The above would set the following options:** -```javascript -{ - ... - themeAuthor: 'Dreamsicle', - themeAuthorEmail: 'hello@dreamsicle.com', - themeAuthorURI: 'https://www.dreamsicle.com', - ... -} +``` +themeAuthor: Dreamsicle +themeAuthorEmail: hello@dreamsicle.com +themeAuthorURI: https://www.dreamsicle.com ``` ## Help @@ -117,7 +113,7 @@ npx @dreamsicle.io/create-wp-theme --help **The above would ouput the following help information:** -```console +``` Usage: create-wp-theme [options] A command line tool for creating modern, optimized WordPress themes. diff --git a/package-lock.json b/package-lock.json index 64d8422..b5ce932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dreamsicle.io/create-wp-theme", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dreamsicle.io/create-wp-theme", - "version": "3.0.1", + "version": "3.0.2", "license": "GPL-3.0", "dependencies": { "chalk": "~4.1.2", diff --git a/package.json b/package.json index d83b14b..ccb9fc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dreamsicle.io/create-wp-theme", - "version": "3.0.1", + "version": "3.0.2", "type": "module", "description": "A command line tool for creating modern, optimized WordPress themes.", "main": "index.js",