ionic-team / create-capacitor-plugin

Create a new Capacitor plugin ⚡️
Other
79 stars 11 forks source link

feat: Add testing project to capacitor plugin template. #53

Closed distante closed 3 years ago

distante commented 3 years ago

Feature Request

Description

When creating a new Plugin, a simple consumer test project should be available In a sub folder

Platform(s)

All

Preferred Solution

A . /test-project/ folder ready to run.

Alternatives

Manually create some project for each plugin.

Additional Context

As I started to create plugins I see that I always have to repeat the steps of create a sub project in a folder and "install"/link the plugin src to test how my changes work on device and web.

distante commented 3 years ago

Really nice! Thanks @thomasvidas !