Sha256: 44948d3fde2897b44d2c57a795740213ce30fc8ec5430e05d5e8bb38fdc600c1

Contents?: true

Size: 143 Bytes

Versions: 64

Compression:

Stored size: 143 Bytes

Contents

#!/bin/bash

template_repo=$1

git clone -b master --single-branch --depth 1 ${template_repo} tmp; rm -fR tmp/.git; cp -nR tmp/. .; rm -fR tmp

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
docman-0.0.47 bin/project-template.sh
docman-0.0.46 bin/project-template.sh
docman-0.0.45 bin/project-template.sh
docman-0.0.44 bin/project-template.sh