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
- Host: GitHub
- URL: https://github.com/iguntur/git-repo-boilerplate
- Owner: iguntur
- License: mit
- Created: 2017-01-11T07:26:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T08:04:42.000Z (over 8 years ago)
- Last Synced: 2024-12-29T05:25:54.185Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)