Skip to content

Commit

Permalink
Update default repo_name
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxredux committed Mar 24, 2017
1 parent ab134e1 commit 263e5a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
**Git Cookiecutter**. Git Repository Project Template!

## Features
- [Bare project structure](https://github.com/webevllc/example-repo)
- [Bare project structure](https://github.com/webevllc/cookiecutter-git-example)
- [License customization](https://developer.github.com/v3/licenses/)
- [Gitignore customization](https://www.gitignore.io/)
- Remote repository creation
Expand All @@ -14,8 +14,6 @@
- [Bitbucket.org support](https://bitbucket.org/)
- Full coverage testing
- Continuous integration
- First tagged release
- Add [logging](https://docs.python.org/2/library/logging.html) to hooks ?
- [CodeCommit support](https://aws.amazon.com/codecommit/) ?

## Requirements
Expand All @@ -27,7 +25,7 @@
$ cookiecutter gh:webevllc/cookiecutter-git

### Example
See [example-repo](https://github.com/webevllc/example-repo)
See [cookiecutter-git-example](https://github.com/webevllc/cookiecutter-git-example)

$ tree -a test-repo
test-repo
Expand Down
4 changes: 2 additions & 2 deletions cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"author_email": "[email protected]",
"git_user": "tuxredux",
"repo_space": "webevllc",
"repo_name": "example-repo",
"repo_name": "cookiecutter-git-example",
"repo_description": "An example cookiecutter-git project",
"pkg_name": "example_pkg",
"pkg_name": "example_package",
"create_remote": ["yes", "no"],
"remote_provider": ["GitHub", "GitLab"],
"gitignore": "windows,osx,linux,git",
Expand Down

0 comments on commit 263e5a5

Please sign in to comment.