ofernandoavila/tucano-core
最新稳定版本:1.1.6
Composer 安装命令:
composer require ofernandoavila/tucano-core
包简介
Simple tool to help you create awesome wordpress plugins.
README 文档
README
Simple tools to help you create awesome wordpress plugins.
Getting Started
Create new project:
$ composer create-project ofernandoavila/tucano <your-plugin-name>
or add on existing project:
$ composer require ofernandoavila/tucano-core
Commands
This project contains a lot of useful tools to help you create some features.
Use the tucano tool to execute your commands:
$ ./bin/tucano init project-name
Create
Use the tucano tool to execute your commands:
$ ./bin/tucano create:controller name
options:
controller: Creates a new controller.migration: Creates a new migration.model: Creates a new model.seed: Creates a new seed.shortcode: Creates a new shortcode.
Database
Use the tucano tool to execute your commands:
$ ./bin/tucano database:migrate
options:
migrate: Run all migrations.rollback: Remove all migrations.
Build
Use the tucano tool to execute your commands:
$ ./bin/tucano build:angular
options:
angular: Build the web components project.
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-08