Socket
Book a DemoInstallSign in
Socket

npm-clone

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-clone

Clone a node module, install its dependencies and run its tests

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

npm-clone

Clone a node module(, install its dependencies (and run its tests)).

Usage

# clone a node module
npm-clone periodic

# clone using its private url
npm-clone --ssh periodic
npm-clone --https periodic

# clone and install dependencies
npm-clone install periodic

# clone, install dependencies and run its tests
npm-clone install test periodic

# with a short form
npm-clone all periodic

# flags still apply
npm-clone --ssh all periodic

# link globally
npm-clone --global install periodic

Installation

With npm do:

npm install -g npm-clone

License

The MIT license.

Keywords

git

FAQs

Package last updated on 22 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts