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

devonfw / IDEasy / 17370052610

01 Sep 2025 06:54AM UTC coverage: 68.444% (-0.3%) from 68.717%
17370052610

Pull #1463

github

web-flow
Merge 9f64fb801 into 59ffaf27e
Pull Request #1463: #1454: Add ng commandlet

3399 of 5435 branches covered (62.54%)

Branch coverage included in aggregate %.

8847 of 12457 relevant lines covered (71.02%)

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