Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bootme-gitclone

StarpTech73ISC0.0.27

Task to clone a Git Repository

bootme, git, clone, task

readme

bootme-gitclone

Task to clone a Git Repository

Usage

registry.addTask(
  new GitcloneTask('gitclone').setConfig({
    url: 'https://github.com/netzkern/eslint-config-netzkern-base',
    path: '/test-checkout'
  })
)

Result

  • Local path of the repository (String)

Rollback

  • Remove the repository