setup-wp 1.0.1

CLI command to quickly create a wordpress bedrock environment with database.
setup-wp-1.0.1 is not a library.

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.