It just some part of bash script for work, make more quickly in work, the new-wp.sh working with Laravel Valet and WP-CLI, you need to install that first.
db.shcommand for MySQL it just a draftwp-new.shcommand for quick create new WordPress in localhost withWP-CLIandLaravel Valetrm-site.shcompletely remove a WordPress site in Laravel Valet Directorywp-build.shbash file to build WordPress theme or Plugin withWP-CLIcommand.boot.shbash file to install new VPS with EasyEngine and Git deploy also add my SSH key to login without use the password.xw
Download file and copy to bin folder, in MacOs, is /usr/local/bin/ directory so you can run it as a command.
You also can remove .sh and make it executing by chmod +x /your/files before move it to /usr/local/bin/ directory
You can also made a fork repo and create your own command, create PR if you want this repo more completely and more useful.