-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Toolkit Scaffold #34
base: main
Are you sure you want to change the base?
Conversation
- `@hwp/cli`: Command-line interface for managing HWP plugins and tools | ||
- `@hwp/test-e2e`: End-to-end tests for headless WordPress sites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am generally confused about these. We've never talked about a test suite for HWP sites. What is it for? Why not wait to add it when we're actually working on it?
@@ -0,0 +1,25 @@ | |||
{ | |||
"name": "@hwp/cli", | |||
"version": "1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe 0.0.1 on the version?
plugins/hwp-cli/README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this do that we can't accomplish normally?
This PR sets up the foundational structure for the Headless WordPress Toolkit, establishing key components and development workflows.
Changes
@hwp/cli
)hwp-cli
)Technical Details
wp-env
Testing
pnpm install
pnpm dev
pnpm dlx @hwp/cli status
Solves #33