2017 © Pedro Peláez
 

wordpress-plugin conifer

Powerful abstractions for serious WordPress theme development

image

sitecrafting/conifer

Powerful abstractions for serious WordPress theme development

  • Saturday, July 28, 2018
  • by acobster
  • Repository
  • 4 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 21 Open issues
  • 11 Versions
  • 300 % Grown

The README.md

Conifer

ALPHA STATUS., (*1)

This is code that has been extracted from systems currently in production. While we consider Conifer production-ready, there may be lingering bugs. While the API is fairly stable, there may be breaking changes at this early stage., (*2)

Powerful abstractions on top of Timber for simple, opinionated OO WordPress development., (*3)

Build Status Build Status, (*4)

Documentation

For reference documentation, use-cases, and design principles, check out the docs., (*5)

Quick start

See the Installation docs to get Conifer installed for use in your theme or plugin., (*6)

Issues and Feature Requests

Please submit issues and feature requests directly to GitHub. We need guidance from the community about how people would like to use Conifer!, (*7)

Development

To get started hacking on Conifer itself, first install Lando, the official dev environment for Conifer and sole system requirement for developing Conifer. Note that you need Lando version beta.47 or rc.1. The transition to rc.2+ is a work in progress., (*8)

Then, just clone the repo and start up the dev environment:, (*9)

git clone git@github.com:sitecrafting/conifer.git
cd conifer
lando start

Follow the prompts and you should have a local WordPress site running Conifer and its companion starter theme, Groot!, (*10)

NOTE: there is currently a known issue with how Lando sets up pretty permalinks. They won't work before you configure them manually., (*11)

Authored by SiteCrafting

Built with 💚 + ☕ in Tacoma, Washington., (*12)

Work with SiteCrafting on your next web project, (*13)

Building a new release

Groot includes a script for building itself and creating a release. To create a tag and corresponding release called vX.Y.Z:, (*14)

scripts/build-release.sh vX.Y.Z

This will create a .tar.gz and a .zip archive which you can upload to a new release on GitHub., (*15)

If you have hub installed, it will also prompt you to optionally create a release directly!, (*16)

The Versions

27/07 2018