1.0.0 • Published 9 years ago
generator-clone-that v1.0.0
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-thatUsage
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-installskip-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-cacheCoded by @katallaxie
1.0.0
9 years ago