generator-clone-that

1.0.0 • Public • Published

taylor swift Volkswagen Build Status MIT license

Clone That Generator

this is a Yeoman generator which allows you to clone a project @ GitHub

Requirements

This only requires npm -g i yo.

Installation

all generators are global modules and prefixed with generator-

npm -g i generator-clone-that

Usage

have \u1F389

mkdir my-new-app && cd $_

and

yo clone-that https://github.com/<username>/<repo>

Arguments

url

Pase in the Url of the project @ GitHub

Example

yo clone that https://github.com/<username>/<repo>

Options

skip-install

Do not automatically install dependencies.

Example

yo clone that https://github.com/<username>/<repo> --skip-install

skip-cache

We use the cache directory of yeoman-remote and fetch the most recent version of master.

Example

yo clone that https://github.com/<username>/<repo> --skip-cache

Coded by @katallaxie

Package Sidebar

Install

npm i generator-clone-that

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • katallaxie