Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Sage | 12,107 | 6 | 3 | a day ago | 40 | July 19, 2022 | 13 | mit | PHP | |
WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and a modern development workflow | ||||||||||
Timber | 5,209 | 131 | 77 | 5 days ago | 115 | June 22, 2022 | 209 | mit | PHP | |
Create WordPress themes with beautiful OOP code and the Twig Template Engine | ||||||||||
Typography.js | 3,757 | 2,206 | 186 | 4 months ago | 79 | May 10, 2021 | 95 | mit | JavaScript | |
A powerful toolkit for building websites with beautiful design | ||||||||||
Argon Theme | 3,160 | 2 months ago | 120 | gpl-3.0 | PHP | |||||
📖 Argon - 一个轻盈、简洁的 WordPress 主题 | ||||||||||
Understrap | 2,957 | 81 | 1 | 5 days ago | 37 | November 08, 2021 | 75 | gpl-3.0 | CSS | |
Underscores + Bootstrap = Understrap, the renowned open-source WordPress starter theme. | ||||||||||
Sakura | 2,947 | 2 months ago | 20 | gpl-2.0 | PHP | |||||
A Wonderful WordPress Theme: 樱花庄的白猫博客主题 | ||||||||||
Frontity | 2,823 | 6 | 67 | 2 months ago | 60 | July 19, 2022 | 66 | apache-2.0 | TypeScript | |
» Frontity - The React Framework for WordPress | ||||||||||
Foundationpress | 2,780 | 4 years ago | 35 | April 12, 2019 | 55 | mit | PHP | |||
FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb | ||||||||||
Kratos | 2,703 | 9 days ago | 11 | gpl-3.0 | PHP | |||||
📖 WordPress theme that focus on reading experience | ||||||||||
Plugin Update Checker | 1,927 | 63 | 30 | 18 days ago | 31 | July 24, 2022 | 79 | mit | PHP | |
A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes. |
This is a Yeoman generator that lets you quickly and easily create a new WordPress theme based on Emi, a starter theme. The generated starter theme is ready to roll with naming conventions based on your generator input, and with Sass and Gulp.js for further automation as you work on your customizations.
If you don't already have Yeoman installed, you'll need to take care of that:
$ npm install -g yo
Or, if you get errors related to permissions, try:
$ sudo npm install -g yo
You can install the Emi generator using the command:
$ npm install -g generator-emi
Then, you should be able to initiate the generator.
$ yo emi
You'll want to do this from your /wp-content/themes/
directory or wherever you want your new theme folder to live. Your theme files will be created in their own directory, named based on your input.
That's all there is to it!
2.1.2 Fixed directory path for renaming file variables
2.1.0 Updated ReadMe, version bump for refactor
2.0.6 Updated to create the theme directory, fixed a few bugs
2.0.3 Fix package.json so other subdirectories are downloaded
2.0.2 Update installation directions
2.0.1 Improve description
2.0.0 Pulls Emi from the theme's repo
1.0.0 Initial release
MIT