@tinyfe/git-clone
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@tinyfe/git-clone

commander about git clone

Usage

import { clone, clonePromisify } from '@tinyfe/git-clone';

clone('Rain120/mini-webpack', './', () => {
  console.log('done');
});

// promise that clone
const download = async () => {
  await clonePromisify('Rain120/mini-webpack', './');
};

download();

Readme

Keywords

Package Sidebar

Install

npm i @tinyfe/git-clone

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

6.44 kB

Total Files

11

Last publish

Collaborators

  • rain120