# 超轻量NPM包脚手架

> 接入成本极低，快速从原有项目(可运行项目)中clone出新项目，并重写package.json，安装依赖

### Install

```bash
npm install -g gub
```



### Usage

#### INIT

```bash
gub init https://github.com/janryWang/gub.git
```

#### INIT WITH ALIAS

```bash
gub init
gub alias --create
gub alias --update
gub alias --remove

```