ofernandoavila/tucano-core

Simple tool to help you create awesome wordpress plugins.

Maintainers

Package info

github.com/ofernandoavila/tucano-core

pkg:composer/ofernandoavila/tucano-core

Statistics

Installs: 44

Dependents: 1

Suggesters: 0

Stars: 8

Open Issues: 0

1.1.6 2026-03-27 13:10 UTC

This package is auto-updated.

Last update: 2026-03-27 13:11:55 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.