sitecrafting/conifer
最新稳定版本:v1.0.3
Composer 安装命令:
composer require sitecrafting/conifer
包简介
Powerful abstractions for serious WordPress theme development
README 文档
README
Documentation
For reference documentation, use-cases, and design principles, check out the docs.
Quick start
See the Installation docs to get Conifer installed for use in your theme or plugin.
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!
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.
Then, just clone the repo and start up the dev environment:
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!
NOTE: there is currently a known issue with how Lando sets up pretty permalinks. They won't work before you configure them manually.
Authored by SiteCrafting
Built with 💚 + ☕ in Tacoma, Washington.
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:
scripts/build-release.sh vX.Y.Z
or using Lando:
lando release vX.Y.Z
This will create a .tar.gz and a .zip archive which you can upload to a new release on GitHub.
If you have hub installed, it will also prompt you to optionally create a release directly!
统计信息
- 总下载量: 8.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-20
