Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrahmagix/cookiecutter-example
An example Cookiecutter to show usage, options, and output.
https://github.com/henrahmagix/cookiecutter-example
Last synced: 9 days ago
JSON representation
An example Cookiecutter to show usage, options, and output.
- Host: GitHub
- URL: https://github.com/henrahmagix/cookiecutter-example
- Owner: henrahmagix
- Created: 2016-07-08T12:20:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T10:15:06.000Z (over 8 years ago)
- Last Synced: 2024-12-11T20:06:39.057Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-example [![Build Status](https://travis-ci.org/henrahmagix/cookiecutter-example.svg?branch=master)](https://travis-ci.org/henrahmagix/cookiecutter-example)
An example [Cookiecutter](https://github.com/audreyr/cookiecutter) to show usage, options, and output.
See the `expected/` folder for expected output.
## Quick start
Install cookiecutter
```shell
pip install cookiecutter
```Run this example with custom options
```shell
cookiecutter gh:henrahmagix/cookiecutter-example
# You will be prompted for values
```Run this example with default options
```shell
cookiecutter --no-input gh:henrahmagix/cookiecutter-example
```## Test
Follow the `install` and `script` commands in `.travis.yml`.
To run the tests again, make sure to remove the generated `myfolder` folder.