setup-wp

Crates.iosetup-wp
lib.rssetup-wp
version1.0.1
sourcesrc
created_at2021-09-13 23:10:02.586043
updated_at2021-09-13 23:10:02.586043
descriptionCLI command to quickly create a wordpress bedrock environment with database.
homepagehttps://github.com/jascha030/rust-setup-wp
repositoryhttps://github.com/jascha030/rust-setup-wp
max_upload_size
id450973
size45,147
Jascha van Aalst (jascha030)

documentation

README

rust-setup-wp

Small CLI tool to set up a WordPress environment. Weirdly written in Rust, to try out the language.

Usage

setup-wp -- <name> <user>

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.

Commit count: 21

cargo fmt