coffee-tools / coffee

Reference implementation for a flexible core lightning plugin manager
https://docs.page/coffee-tools/coffee
9 stars 13 forks source link

Feature Request - Introduce `coffee new` Command #203

Open tareknaser opened 9 months ago

tareknaser commented 9 months ago

Description

We propose the addition of a new command: coffee new. This command will simplify the process of creating new plugins.

Command syntax

coffee new <plugin-name> --lang=<language-name> --plugin

Desired Outcome

The coffee new command is expected to generate a new directory containing a ready-to-use plugin template. This template will serve as a starting point for developers, offering a structured foundation for plugin development.