An open API service indexing awesome lists of open source software.

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

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