https://github.com/jascha030/rust-setup-wp
Tiny CLI Tool/Command to quickly create a WordPress Bedrock environment with database.
https://github.com/jascha030/rust-setup-wp
cli composer rust wordpress
Last synced: 5 months ago
JSON representation
Tiny CLI Tool/Command to quickly create a WordPress Bedrock environment with database.
- Host: GitHub
- URL: https://github.com/jascha030/rust-setup-wp
- Owner: jascha030
- Created: 2021-09-13T18:05:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:27:28.000Z (over 1 year ago)
- Last Synced: 2025-10-11T21:57:36.118Z (9 months ago)
- Topics: cli, composer, rust, wordpress
- Language: Rust
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-setup-wp
Small CLI tool to set up a WordPress environment.
Weirdly written in Rust, to try out the language.
## Usage
```shell
setup-wp --
```
Arguments:
* **name**: Project name, doubles as dirname. `name` prefixed with `wp_` will be used as database name
* **user**: Database username
User will be prompted for the mysql user password during execution.