• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

devonfw / IDEasy / 17731729516

15 Sep 2025 11:37AM UTC coverage: 68.556% (-0.07%) from 68.627%
17731729516

Pull #1463

github

web-flow
Merge 8b8af879e into 2efad3d2e
Pull Request #1463: #1454: Add ng commandlet

3414 of 5447 branches covered (62.68%)

Branch coverage included in aggregate %.

8902 of 12518 relevant lines covered (71.11%)

3.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
cli/src/main/java/com/devonfw/tools/ide/tool/npm/Npm.java
1
package com.devonfw.tools.ide.tool.npm;
2

3
import java.util.Set;
4

5
import com.devonfw.tools.ide.common.Tag;
6
import com.devonfw.tools.ide.context.IdeContext;
7
import com.devonfw.tools.ide.tool.LocalToolCommandlet;
8
import com.devonfw.tools.ide.tool.ToolCommandlet;
9

10
/**
11
 * {@link ToolCommandlet} for <a href="https://www.npmjs.com/">npm</a>.
12
 */
13
public class Npm extends LocalToolCommandlet {
14

15
  /**
16
   * The constructor.
17
   *
18
   * @param context the {@link IdeContext}.
19
   */
20
  public Npm(IdeContext context) {
21

22
    super(context, "npm", Set.of(Tag.JAVA_SCRIPT, Tag.BUILD));
7✔
23
  }
1✔
24

25
  @Override
26
  public String getToolHelpArguments() {
27

28
    return "help";
×
29
  }
30
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc