KickoffWP
WordPress customizer out of your way.
About
KickoffWP is an open-source project aimed at making the WP Customizer easier to build. Currently, the customizer requires a lot of code that gets written over and over to build customizable sections within WordPress.
Kickoff uses an easy to use interface for developers to quickly build out their customizer settings. Kickoff delivers an Object-Oriented class for each Customizer section specified by the user.
How to Use
Check out the How To page for more information on using the app.
Contribution
KickoffWP is a Laravel 5.5 application. All changes should be branched from the dev branch. Make pull requests from your branch back into dev for review.
You will need to create your own .env file. As an example, .env-example is at the root of the project.
If you wish, you may add your name and links to your website and/or twitter handle in the contributors.md file.