Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/cookiecutter-github
An experimental Cookiecutter that: 1. Generates a bare-bones GitHub project. 2. Sticks the project into a GitHub repo.
https://github.com/audreyfeldroy/cookiecutter-github
Last synced: 16 days ago
JSON representation
An experimental Cookiecutter that: 1. Generates a bare-bones GitHub project. 2. Sticks the project into a GitHub repo.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/cookiecutter-github
- Owner: audreyfeldroy
- Created: 2013-09-01T14:32:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-03T08:00:43.000Z (about 11 years ago)
- Last Synced: 2024-04-16T04:06:00.382Z (7 months ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===================
cookiecutter-github
===================An experimental Cookiecutter that:
1. Generates a bare-bones GitHub project.
2. Sticks the project into a GitHub repo.This functionality will be extracted into a Cookiecutter plugin soon.
Requires Cookiecutter 0.7.0, which isn't out yet.
Installation
------------```
mkvirtualenv -p /usr/local/bin/python3.3 cc-github-repo
```Install git://github.com/audreyr/cookiecutter.git into the virtualenv.
(I had to download and do a `python setup.py install` because pip-3.3 doesn't believe that `sys.version > 3` inside the `setup.py` - either broken on my system or a pip bug.)
Then:
```
pip install requests
cookiecutter https://github.com/audreyr/cookiecutter-github-repo.git
```