All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.linguarobot.aws.cdk.maven.node.NodeClient Maven / Gradle / Ivy

package io.linguarobot.aws.cdk.maven.node;

import io.linguarobot.aws.cdk.maven.process.ProcessRunner;

import java.nio.file.Path;

/**
 * A client for interacting with Node.js.
 */
public interface NodeClient extends ProcessRunner {

    ProcessRunner npm();

    ProcessRunner npx();

    Path getPath();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy