Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

Tiny CLI Tool/Command to quickly create a WordPress Bedrock environment with database.

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.