A simple utility for the convenient clone.
deno install --allow-env --allow-read --allow-write --allow-run clone https://deno.land/x/[email protected]/clone.tsBy default scripts are installed at $HOME/.deno/bin and that directory must be added to the path manually. See more in Deno docs.
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.
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.
MIT © Evgenii Karagodin