ofernandoavila / tucano-core
Simple tool to help you create awesome wordpress plugins.
1.1.6
2026-03-27 13:10 UTC
Requires
- illuminate/container: ^8.0
- illuminate/database: ^8.0
- illuminate/events: ^8.0
- illuminate/pagination: ^8.0
- ramsey/uuid: ^4.9
- symfony/console: ^5.4
- symfony/yaml: ^5.4
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.