Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviweb/cookiecutter-template
a cookiecutter template to help in creating... cookiecutter templates
https://github.com/eviweb/cookiecutter-template
Last synced: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T23:53:18.000Z (over 2 years ago)
- Last Synced: 2023-03-25T11:44:16.845Z (almost 2 years ago)
- Language: Python
- Size: 29.3 KB
- Stars: 67
- Watchers: 3
- 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
[![Travis CI - Build Status](https://travis-ci.org/eviweb/cookiecutter-template.svg)](https://travis-ci.org/eviweb/cookiecutter-template)
[![Github - Last tag](https://img.shields.io/github/tag/eviweb/cookiecutter-template.svg)](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.1Setting: `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)