ofernandoavila / tucano
Simple project scaffolding to create wordpress plugins
Package info
github.com/ofernandoavila/tucano
Language:TypeScript
Type:project
pkg:composer/ofernandoavila/tucano
1.0.0
2026-02-08 22:58 UTC
Requires
This package is auto-updated.
Last update: 2026-03-24 18:12:12 UTC
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.