A simple scaffolding tool to generate a new WordPress theme based on tux-wp-child.
- Node 14+
- Read access to the TUX child starter repo (since the repo is currently private)
Create a new repo with the format tux-wp-abbr
, where "abbr" is the school's initials. Then run the following in your local themes directory:
npx https://github.com/kurtrank/create-tux-wp-child/ abbr
--branch=branch-name
can be passed as a second argument, and branch-name
will be used as the starting point for the new theme. This allows for better testing before updates to the starter are merged.
This is primarily used with the beta branch:
npx https://github.com/kurtrank/create-tux-wp-child/ abbr --branch=beta