cli-node: update README with note about difference to cli-common

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-04-06 15:32:55 +02:00
parent 5578c3de63
commit 3d3e338efe
+3 -1
View File
@@ -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)