https://github.com/eviweb/cookiecutter-template
a cookiecutter template to help in creating... cookiecutter templates
https://github.com/eviweb/cookiecutter-template
Last synced: 3 months ago
JSON representation
a cookiecutter template to help in creating... cookiecutter templates
- Host: GitHub
- URL: https://github.com/eviweb/cookiecutter-template
- Owner: eviweb
- License: mit
- Created: 2016-04-04T13:48:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T23:53:18.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T10:43:40.825Z (about 1 year ago)
- Language: Python
- Size: 29.3 KB
- Stars: 71
- Watchers: 2
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
cookiecutter-template
=====================
[Cookiecutter](https://github.com/audreyr/cookiecutter) template for creating a... cookiecutter template...
##### Health status
[](https://travis-ci.org/eviweb/cookiecutter-template)
[](https://github.com/eviweb/cookiecutter-template/tags)
Requirements
------------
Install `cookiecutter` command line: `pip install cookiecutter`
Usage
-----
Generate a new Cookiecutter template layout: `cookiecutter gh:eviweb/cookiecutter-template`
Special Features
----------------
### Copy hooks
> since 0.1.1
Setting: `copy_hooks`
Default value: `no`
If set to `yes` the hooks directory is copied to the generated template.
Contribute
----------
If you'd like to contribute, fork this [repository](https://github.com/eviweb/cookiecutter-template), and send a pull request.
- To install dev requirements: `pip install -r requirements-dev.txt`
- To run tests from the root of the project directory: `mamba`
>**Note on specifications**
> I'd really appreciate if you'd take the time to write specifications related to your adds.
> Specifications are done using [Mamba](http://nestorsalceda.github.io/mamba/) and lie under the ./specs directory.
License
-------
This project is licensed under the terms of the [MIT License](/LICENSE)