Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jascha030/rust-setup-wp
- Owner: jascha030
- Created: 2021-09-13T18:05:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:27:28.000Z (3 months ago)
- Last Synced: 2024-10-16T22:17:07.183Z (3 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 usernameUser will be prompted for the mysql user password during execution.