An open API service indexing awesome lists of open source software.

https://github.com/iguntur/git-repo-boilerplate

Scaffolding git repository
https://github.com/iguntur/git-repo-boilerplate

Last synced: 3 months ago
JSON representation

Scaffolding git repository

Awesome Lists containing this project

README

        

# Git Repository Boilerplate

> Scaffold out git repository

## Getting Started

### Using CLI

``` bash
$ curl -fsSL https://github.com/iguntur/git-repo-boilerplate/archive/master.tar.gz | tar -xz --strip-components=2 git-repo-boilerplate-master/templates
```

### Using Git Clone

``` bash
$ git clone https://github.com/iguntur/git-repo-boilerplate.git
```

## License

MIT © [Guntur Poetra](http://iguntur.starmediateknik.com)