## Team WP for Influencers https://wpforinfluencers.com ## Site Software: Built with [Timber](http://upstatement.com/timber) by WP for Influencers ## Git Setup gh repo create [THEME-NAME] --confirm --private && cd [THEME-NAME] cp -r /Users/michaelmccall/Google\ Drive/My\ Drive/MMCCLL\ \(General\)/Reusable\ Code/WordPress/Themes/Start\ Here/wpfi-theme/* . sed -i '' 's/INSERT THEME NAME HERE/[THEME-NAME]/g' style.css git init -b main && git add . && git ci -m 'initial commit' git remote set-url origin https://github.com/michaelmccall/[THEME-NAME].git && git push -u origin main ## Create Prod Theme ( run from [THEME-NAME]/ folder ) cd .. && cp -r [THEME-NAME] ~/projects/prod-themes/[THEME-NAME] cd ~/projects/prod-themes/ rm -rf [THEME-NAME]/node_modules/ && rm -rf [THEME-NAME]/.git/ && rm [THEME-NAME]/dist/*.map && rm [THEME-NAME]/dist/vendor/*.map zip -r [THEME-NAME].zip [THEME-NAME]/