#bedrock #wordpress #scaffold #cli #user-password

app setup-wp

CLI command to quickly create a wordpress bedrock environment with database

1 stable release

1.0.1 Sep 13, 2021

#9 in #wordpress

MIT/Apache

13KB
102 lines

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.

Dependencies

~20–36MB
~577K SLoC