generator-clone-that
v1.0.0
Published
A teen tiny companion to clone a Github project (e.g. angular2-preboot). Created by @katallaxie.
Downloads
8
Maintainers
Readme
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