edf2b77581
Add a new `cli-module` template to the Backstage CLI that scaffolds CLI module packages. This includes adding the `cli-module` role to the template system, with proper naming conventions and prompts. The generated package includes: - A bin entry point for standalone execution - An index.ts with createCliModule setup - An example command using cleye - Standard package.json with cli-module role Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
@backstage/cli-module-new
CLI module that provides the new command for the Backstage CLI, offering an interactive guide to scaffold new plugins, packages, and modules in your Backstage app.
Commands
| Command | Description |
|---|---|
new |
Open up an interactive guide to creating new things in your app |