The TailCraft Installer is a Composer package that simplifies the process of setting up the TailCraft base theme for WordPress development. TailCraft is a Tailwind CSS-based starter theme that provides a modern build process and an organized PHP class structure for block-based themes.
- Global Composer installation for easy access
- Simple command-line interface to set up TailCraft
- Customizations over TailPress for a starting point more inline with my own site build practices (Note: Details on changes to be fleshed out)
Prerequisites:
- Composer
- PHP version 8.0 or higher
Steps:
- Add the TailCraft Installer repository to your global Composer configuration (this package is not yet available on Packagist).
- Run the following command to install the TailCraft Installer globally:
composer global require rms/tailcraft-installer
- Once installed, you can access the installer help using:
tailcraft -h
Please note that the TailCraft Installer is currently in active development and is not ready for production use.
Contributions are welcome for both the TailCraft Installer and the base theme. We are looking to add support for the installation of pre-defined blocks to streamline the setup of new sites.
This project is licensed under the ISC License.
For support or more information, please contact:
Matt Vanderpol
Email: [email protected]
Website: https://mattvanderpol.com
Special thanks to:
- TailPress for inspiration
- Laravel Prompts