Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Sep 1, 2019
0 parents commit 6f88bd8
Show file tree
Hide file tree
Showing 7 changed files with 487 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/gradle/wrapper/gradle-wrapper.properties
##----------Android----------
# build
*.apk
*.ap_
*.dex
*.class
bin/
gen/
build/

# gradle
.gradle/
gradle-app.setting
!gradle-wrapper.jar
build/

local.properties

##----------idea----------
*.iml
.idea/
*.ipr
*.iws

# Android Studio Navigation editor temp files
.navigation/

##----------Other----------
# osx
*~
.DS_Store
gradle.properties

.vscode
427 changes: 427 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<div align="center"> <img src="./images/repository-template-demo.png"/> </div>

# Doc-Type Repository Template
[![license](https://badgen.net/github/license/doocs/doc-template?color=green)](https://github.com/doocs/doc-template/blob/master/LICENSE)
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http:https://makeapullrequest.com)
[![stars](https://badgen.net/github/stars/doocs/doc-template)](https://github.com/doocs/doc-template/stargazers)
[![contributors](https://badgen.net/github/contributors/doocs/doc-template)](https://github.com/doocs/doc-template/graphs/contributors)
[![help-wanted](https://badgen.net/github/label-issues/doocs/doc-template/help%20wanted/open)](https://github.com/doocs/doc-template/labels/help%20wanted)
[![issues](https://badgen.net/github/open-issues/doocs/doc-template)](https://github.com/doocs/doc-template/issues)
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/green)](http:https://makeapullrequest.com)

## Introduction
Now you're viewing a doc-type template repository, you’ll see a brand new <kbd>Use this template</kbd> button that enables you to get started with that codebase in seconds.

<div align="center"> <img src="./images/use-this-template-button.png"/> </div>

The template repository gets a new URL endpoint called `/generate` that allows you to distribute your template more efficiently. And all you need to do is name your project and clone your new repository to get started.

This is just the beginning for repository templates. The GitHub Team will bring more capabilities to all of the template types—repositories, issues, and pull requests—to help us spend less time repeating work so we can get back to building new things.

## Reference
[The GitHub Blog: Generate new repositories with repository templates](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/)

## License
<a rel="license" href="http:https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http:https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
Empty file added docs/README.md
Empty file.
Binary file added images/github-doocs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/repository-template-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/use-this-template-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6f88bd8

Please sign in to comment.