-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Carter Medlin edited this page Nov 2, 2021
·
3 revisions
Welcome to the wordpress-to-github wiki!
-
This is an open source project.
-
The dependencies are in the name; WordPress and GitHub. Every feature of this module should support the default offerings of WordPress and GitHub. No assumptions should be made for custom plugins.
-
This module could theoretically be installed anywhere a connection to WordPress and GitHub can be made, including...
- An Azure Function App
- An Amazon Lambda Function
- A GitHub action (Live download without commits?)
- Node.JS code running on a developer workstation
- A freaking website. (Content as a zip file)
Getting the project ready for future development.
- Prepare the project for new feature integration.
- Isolated low-dependency development environment (VS-Code?).
- Runtime output validation.
- Build testing.
- Modules for shared components (Slack, GitHub, WordPress).
GitHub Checks, look in the Slack output for commits and update if commit checks fail.
Put output to a folder instead of GitHub commits. Useful for GitHub actions. GitHub free mode could help with preview-mode.