From 3d3e338efe2dbcaff86cc7e75c7f0acc8f799c7e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 6 Apr 2023 15:32:55 +0200 Subject: [PATCH] cli-node: update README with note about difference to cli-common Signed-off-by: Patrik Oldsberg --- packages/cli-node/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/cli-node/README.md b/packages/cli-node/README.md index d3f7e509da..7988ac1e52 100644 --- a/packages/cli-node/README.md +++ b/packages/cli-node/README.md @@ -1,7 +1,9 @@ -# @backstage/monorepo-node +# @backstage/cli-node This library provides utilities for building CLI tools for Backstage. +The difference between this library and `@backstage/cli-common` is that this library is more feature rich with a larger dependency tree, with less concern for bundle size and installation speed. The `@backstage/cli-common` package on the other hand is intended to be extremely slim and only provide minimal features for use in tools like `@backstage/create-app`. + ## Documentation - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)