alterfw/alter
Composer 安装命令:
composer require alterfw/alter
包简介
A microframework for WordPress applications
README 文档
README
A small framework that provides features to develop a real WordPress Application.
Installation
Alter uses Composer to manage dependencies, so you need to install Composer to use Alter.
Enter in the WordPress themes directory and run:
composer create-project alterfw/alter <theme-name> --prefer-dist
Documentation
You can read more about how Alter works in the documentation page.
Contributing
This project doesn't have an styleguide yet but you should follow the existing code. Before create any pull requests make sure that all tests are passing.
Development Environment
To setup de development environment first download Docker and create a virtual machine:
docker-machine create --driver virtualbox default
eval "$(docker-machine env default)"
Then run:
docker-compose up
This will create a WordPress and a theme with Alter.
统计信息
- 总下载量: 526
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 77
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-02