From ff35dc6372b23a51049d60d56a4492b42783958e Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Wed, 5 Jun 2024 12:42:06 -0600 Subject: [PATCH] fix: update dep count --- docs/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 33d0ed89..8f0b90a2 100644 --- a/docs/features.md +++ b/docs/features.md @@ -14,7 +14,7 @@ By default, topics are separated with colons, such as `my:awesome:command`. Howe ### Super Speed -The overhead for running an oclif CLI command is almost nothing. [The command requires few dependencies](https://www.npmjs.com/package/@oclif/core?activeTab=dependencies); for example, only 28 dependencies are required for a minimal setup, including all transitive dependencies. Also, only the command to be executed requires Node.js. Which means that a large CLI with many commands loads as fast as a small CLI with just a single command. +The overhead for running an oclif CLI command is almost nothing. [The command requires few dependencies](https://www.npmjs.com/package/@oclif/core?activeTab=dependencies); for example, only 17 dependencies are required for a minimal setup. Also, only the command to be executed requires Node.js. Which means that a large CLI with many commands loads as fast as a small CLI with just a single command. ### CLI Generator