🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

wgit

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wgit - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+5
-5
.idea/workspace.xml

@@ -61,4 +61,4 @@ <?xml version="1.0" encoding="UTF-8"?>

<state split_layout="SPLIT">
<first_editor relative-caret-position="88">
<caret line="4" column="0" lean-forward="true" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
<first_editor relative-caret-position="418">
<caret line="19" column="7" lean-forward="true" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
<folding />

@@ -191,3 +191,3 @@ </first_editor>

<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="6843000" />
<option name="totallyTimeSpent" value="6965000" />
</component>

@@ -368,4 +368,4 @@ <component name="ToolWindowManager">

<state split_layout="SPLIT">
<first_editor relative-caret-position="88">
<caret line="4" column="0" lean-forward="true" selection-start-line="4" selection-start-column="0" selection-end-line="4" selection-end-column="0" />
<first_editor relative-caret-position="418">
<caret line="19" column="7" lean-forward="true" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
<folding />

@@ -372,0 +372,0 @@ </first_editor>

{
"name": "wgit",
"version": "1.0.6",
"version": "1.0.7",
"description": "用来下载git仓库到当前路径,而不是一个目录里面",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,5 +10,15 @@ [![Build Status](https://travis-ci.org/isaacs/rimraf.svg?branch=master)](https://travis-ci.org/isaacs/rimraf) [![Dependency Status](https://david-dm.org/isaacs/rimraf.svg)](https://david-dm.org/isaacs/rimraf) [![devDependency Status](https://david-dm.org/isaacs/rimraf/dev-status.svg)](https://david-dm.org/isaacs/rimraf#info=devDependencies)

Install with `npm install -g wgit`.
Install with
User with `wgit https://path/to/gitrepository`
```bash
npm install -g wgit
```
User with
```bash
wgit https://path/to/gitrepository
```