UNPKG

generator-blt

Version:
17 lines (11 loc) 281 B
'use strict'; var clone = require('git-clone'); module.exports = function() { var done = this.async(); clone( 'https://github.com/acquia/blt.git', this.destinationPath(this.buildDir), { shallow: true }, function() { done(); } ); };