create() public static method

Create a new NPM client.
public static create ( ) : self
return self The newly created client.
 /**
  * Create a new NPM bridge factory.
  *
  * @return self The newly created factory.
  */
 public static function create()
 {
     return new self(new NpmVendorFinder(), NpmClient::create());
 }