PHPackages                             ofernandoavila/tucano - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ofernandoavila/tucano

ActiveProject[Framework](/categories/framework)

ofernandoavila/tucano
=====================

Simple project scaffolding to create wordpress plugins

1.0.0(6mo ago)83MITTypeScript

Since Feb 8Pushed 5mo agoCompare

[ Source](https://github.com/ofernandoavila/tucano)[ Packagist](https://packagist.org/packages/ofernandoavila/tucano)[ RSS](/packages/ofernandoavila-tucano/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Tucano Project
==============

[](#tucano-project)

Simple tools to help you create awesome wordpress plugins.

Getting Started
---------------

[](#getting-started)

Create new project:

```
$ composer create-project ofernandoavila/tucano
```

or add on existing project:

```
$ composer require ofernandoavila/tucano-core
```

Commands
--------

[](#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

[](#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

[](#database)

Use the tucano tool to execute your commands:

```
$ ./bin/tucano database:migrate
```

options:

- `migrate`: Run all migrations.
- `rollback`: Remove all migrations.

### Build

[](#build)

Use the tucano tool to execute your commands:

```
$ ./bin/tucano build:angular
```

options:

- `angular`: Build the web components project.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance69

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

190d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16767726?v=4)[Fernando Avila](/maintainers/ofernandoavila)[@ofernandoavila](https://github.com/ofernandoavila)

---

Top Contributors

[![ofernandoavila](https://avatars.githubusercontent.com/u/16767726?v=4)](https://github.com/ofernandoavila "ofernandoavila (2 commits)")

### Embed Badge

![Health badge](/badges/ofernandoavila-tucano/health.svg)

```
[![Health](https://phpackages.com/badges/ofernandoavila-tucano/health.svg)](https://phpackages.com/packages/ofernandoavila-tucano)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
