mjones129 / mjt-theme

0 stars 0 forks source link


ThemeGen

Bootstrap your next WordPress theme just by answering a few questions.


Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. How It Works
  4. Roadmap
  5. Contributing

About The Project

Product Screen Shot

This tool alows developers to quickly generate a WordPress theme and bootstrap a custom website by simply answering a few quick questions.

(back to top)

Built With

Node

NPM

(back to top)

Getting Started

This project is intended to help other WordPress developers who are comfortable building custom themes and plugins, working with NodeJS and NPM, as well as some basic command line skills. The idea is to simply run clone the repo and install the dependencies, execute the program in the terminal, and follow the question prompts.

Prerequisites

As mentioned above, this is a WordPress plugin that will depend on a few other things being in place. Here's a brief rundown of what's required:

Installation

  1. Open a terminal window and navigate to the wordpress theme folder like so: cd wp-content/themes/.
  2. Clone this repository. git clone https://github.com/mjones129/themegen.git && cd themegen.
  3. Install deps by running npm install.
  4. Execute the ThemeGen file by running npm run themegen.
  5. Follow the prompts.

(back to top)

How It Works

  1. A new WordPress theme will be generated in your directory and your selected plugins will be downloaded and installed automagically.

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request