Repository
Current version released
6 years ago
clone
A simple utility for the convenient clone.
Install
deno install clone https://deno.land/x/clone@v1.0.2/clone.ts --allow-allBy default scripts are installed at $HOME/.deno/bin and that directory must be added to the path manually. See more in Deno docs.
Usage
clone https://github.com/denoland/deno.gitThis command creates the directory ~/src/github.com/denoland/deno. Then it clones the repository into this directory and opens it in your editor.
Configure
We use environment variables for configuration.
$EDITOR- a path to an editor to open cloned repository.$SRC_DIR- a path to a root directory for sources.
License
MIT © Evgenii Karagodin