Skip to content

Commit

Permalink
fix: update dep count
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 5, 2024
1 parent d4b58d7 commit ff35dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff35dc6

Please sign in to comment.