Files
backstage/packages/cli-module-new
Patrik Oldsberg edf2b77581 cli-module-new: add template for CLI module packages
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
2026-03-17 10:54:26 +01:00
..

@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

Documentation