Skip to content

Commit

Permalink
Merge pull request #91 from Avivbens/add-cost-of-modules-node-package
Browse files Browse the repository at this point in the history
fix(apps): `cost-of-modules` node package
  • Loading branch information
Avivbens authored May 6, 2024
2 parents e72db8b + 54a133a commit 7269870
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/commands/install/config/apps-groups/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,16 @@ export const NODE_APPS: Readonly<IAppSetup[]> = [
tags: ['node-engineering'],
commands: () => [NODE_GLOBAL('nodemon')],
},
{
name: 'cost-of-modules',
description: 'Full report of all the modules in node_modules and their sizes',
group: 'node',
tags: ['web-engineering', 'node-engineering'],
commands: () => [NODE_GLOBAL('cost-of-modules')],
},
{
name: 'npmrc',
description: 'manage multiple .npmrc files effortlessly',
description: 'Manage multiple .npmrc files effortlessly',
group: 'node',
tags: ['web-engineering', 'node-engineering', 'devops'],
commands: () => [NODE_GLOBAL('npmrc')],
Expand Down

0 comments on commit 7269870

Please sign in to comment.