| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
WordPress Theme Json Generator: The OOP Way
Work in Progress: This project is experimental and currently in development. As we navigate through the 0.x.x versions, please note that API changes may occur. For understanding versioning, refer to the SemVer specification.
Project Vision: The aim is to revolutionize the way theme.json files (and other *.json files within the styles folder) are generated because json sucks 😁 (just kidding).
PHP offers the flexibility to divide configurations into multiple files, include comments, and generate dynamic content, overcoming the limitations of JSON.
Who is This For?
Not Suited For:
Explore With Us: Join us in exploring this CLI and WP_CLI tool for generating and validating JSON files for Block Themes, and see how it can streamline your development process.
Important Considerations for Developers:
This package is designed with the development phase in mind and should only be used for development purposes. For performance reasons, it is not recommended to use this tool in production environments. JSON files should be generated in advance during the development process and considered as a form of cache in your project. Generating these files on the fly in a production environment is strongly discouraged. Therefore, this package should not be used in production.
Extending Functionality with CLI Commands:
To enhance your development workflow, this package includes CLI commands that simplify the initialization, generation, and validation of JSON files. These tools are crafted to streamline the creation and management of your theme’s configuration, ensuring a smooth and efficient development process.
The best way to use this package is through Composer:
composer require italystrap/theme-json-generator --devThis package adheres to the SemVer specification and will be fully backward compatible between minor versions.
Until the first stable version is released, BC breaks may occur.
ItalyStrap\ThemeJsonGenerator\Application\Config\ThemeJson to \ItalyStrap\ThemeJsonGenerator\Domain\ThemeJson\ThemeJson
All feedback / bug reports / pull requests are welcome.
Copyright (c) 2021 Enea Overclokk, ItalyStrap
This code is licensed under the MIT.
| Back | FazBrowse Home | New Git URL |