0.1.1 • Published 5 years ago

git-cdir v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

git-cdir

Use git-cdir to clone a repository and change directory in one fell swoop!

Usage

git-cdir <repo-url> [<dir>]

Examples

$ git-cdir https://github.com/CEOehis/git-cdir
# clones https://github.com/CEOehis/git-cdir into a directory named `git-cdir`
# and changes the working directory to `git-cdir`

$ git-cdir https://github.com/CEOehis/git-cdir local-dir
# clones https://github.com/CEOehis/git-cdir into a directory named `local-dir`
# and changes the working directory to `local-dir`

Installation

NPM

npm install --global git-cdir

License

This project is MIT LICENSED

0.1.1

5 years ago

0.1.0

5 years ago