Skip to content

Instantly share code, notes, and snippets.

@ScottJWalter
Created February 2, 2024 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottJWalter/e676cc87462d04bd4bf0db5c7d1222d8 to your computer and use it in GitHub Desktop.
Save ScottJWalter/e676cc87462d04bd4bf0db5c7d1222d8 to your computer and use it in GitHub Desktop.
Set up a Themosis (WordPress) Project
#!/usr/bin/env bash
cd ~/projects
composer create-project themosis/themosis $PROJECT_NAME
cd $PROJECT_NAME
git setup
git flow init --defaults
hub create -p
git push -u origin HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment