#git-clone
Clone a git repository via git shell command.
#Installation Install:
$ npm install gitee-clone
To use the original callback-based API:
const clone = require('gitee-clone');
As of 0.2.0 there's a promised-based API for use with async
/await
:
const clone = require('gitee-clone/promise');