https://github.com/matthewbeckwith/wp-tdk
This is a Python CLI Tool to create all the files and defaults for a Wordpress Theme
https://github.com/matthewbeckwith/wp-tdk
automation python3 wordpress-development wordpress-theme
Last synced: about 2 months ago
JSON representation
This is a Python CLI Tool to create all the files and defaults for a Wordpress Theme
- Host: GitHub
- URL: https://github.com/matthewbeckwith/wp-tdk
- Owner: matthewBeckwith
- License: mit
- Created: 2023-01-06T02:51:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T04:11:05.000Z (over 2 years ago)
- Last Synced: 2025-03-16T21:48:49.185Z (2 months ago)
- Topics: automation, python3, wordpress-development, wordpress-theme
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordpress Theme Development Kit
wp-tdk is a CLI Tool to build all the boilerplate files for a Custom Wordpress Theme. Just navigate to your themes folder in your terminal and use 'wsk' to generate the files.
There are options for with or without bootstrap, sass, and classic or block templating.
By default, bootstrap, sass, and classic mode are True.## Install Instructions
Install with: pip install wp-tdk