All Projects → wpbones → WPKirk

wpbones / WPKirk

Licence: GPL-3.0 license
A WP Bones skeleton Plugin

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to WPKirk

dudestack
A toolkit for creating a new professional WordPress project with deployments. Originally based on Roots/bedrock.
Stars: ✭ 82 (+192.86%)
Mutual labels:  wordpress-development, wordpress-boilerplate
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+192.86%)
Mutual labels:  wordpress-development, wordpress-boilerplate
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+60.71%)
Mutual labels:  wordpress-development, wordpress-boilerplate
gbkel-portfolio
💎 My personal website that's mainly powered by Next.js, my own style guide and a lot of other technologies.
Stars: ✭ 12 (-57.14%)
Mutual labels:  styled-components, reactjs-components
UpGulp
A Gulp Starter for your WordPress project
Stars: ✭ 29 (+3.57%)
Mutual labels:  wordpress-development, wordpress-boilerplate
styless
Style your components declaratively with familiar less syntax
Stars: ✭ 64 (+128.57%)
Mutual labels:  less, styled-components
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (-10.71%)
Mutual labels:  wordpress-development, wordpress-boilerplate
view-admin-as
View the WordPress admin as a different role, switch between users, temporarily change your capabilities, set default screen settings for roles, manage your roles and capabilities.
Stars: ✭ 44 (+57.14%)
Mutual labels:  wordpress-development, wp-plugin
Prejss
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
Stars: ✭ 238 (+750%)
Mutual labels:  less, styled-components
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (+828.57%)
Mutual labels:  less, styled-components
monsieurpress
A minimal & lightweight WordPress starter theme using gulp
Stars: ✭ 39 (+39.29%)
Mutual labels:  wordpress-development, wordpress-boilerplate
wp-project-skeleton
A skeleton WordPress project to be used as a base for new WordPress projects.
Stars: ✭ 33 (+17.86%)
Mutual labels:  wordpress-development, wordpress-boilerplate
muleify
Muleify - Static Site Generator | Website Bundler | Asset Compiler | Templating | Preproccessor
Stars: ✭ 16 (-42.86%)
Mutual labels:  less
jiahao.codes
😎 Personal Website
Stars: ✭ 63 (+125%)
Mutual labels:  styled-components
marvel-jarvig
Marvel JARVIG (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!
Stars: ✭ 13 (-53.57%)
Mutual labels:  styled-components
criteria-of-quality-frontend
Критерии качественной вёрстки (разметка, стилизация, картинки, шрифты, автоматизация и пр.)
Stars: ✭ 26 (-7.14%)
Mutual labels:  less
babel-plugin-styled-name
Name for your styled-components in development
Stars: ✭ 16 (-42.86%)
Mutual labels:  styled-components
nytimes-bestseller
NY Times best sellers list explorer
Stars: ✭ 35 (+25%)
Mutual labels:  styled-components
bh-wp-autologin-urls
Adds single-use passwords to WordPress emails' URLs for frictionless login.
Stars: ✭ 29 (+3.57%)
Mutual labels:  wordpress-plugin-boilerplate
nginx-virtual-host-bash-script
Nginx Virtual Host Bash Script
Stars: ✭ 35 (+25%)
Mutual labels:  wordpress-development

WP Kirk

Latest Stable Version

WP Kirk is a boilerplate plugin written by using WP Bones Framework Library. You may start from here to create a WP Bones WordPress plugin.

As you know, WordPress doesn't support composer. So, I have used a little trick to fix this issue.

Requirement

Composer

$ curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer

Nodes

$ sudo apt-get update && sudo apt-get install nodejs && sudo apt-get install npm
$ sudo apt-get install nodejs-legacy

Gulp

You will find a package.json with a few package such as gulp. Feel free to add your own.

$ npm install

I love Laravel

First to all, this framework and the boilerplate plugin are inspired to Laravel framework. Also, you will find a bones php shell executable like Laravel artisan. After cloning the repo, you can:

Display help

$ php bones

Change namespace

$ php bones namespace MyPluginName

The last command is very important. You can change the namespace in anytime. However, I suggest you to make this only the first time, when the plugin is inactive. After changing of the namespace, you can start to develop you plugin. Your namespace will be MyPluginName.

Documentation

You'll find the complete docs here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].