Skip to content

Commit

Permalink
Merge pull request #40 from dreamsicle-io/release/3.0.2-RC2
Browse files Browse the repository at this point in the history
Release/3.0.2 rc2
  • Loading branch information
theenoahmason authored Jun 4, 2024
2 parents 5bb7bb7 + b36d59d commit c9dda4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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] <dir>
A command line tool for creating modern, optimized WordPress themes.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c9dda4c

Please sign in to comment.