cookiecutter
2.5.0
  • Cookiecutter
  • Overview
  • Installation
  • Usage
  • Command Line Options
  • Tutorials
  • Advanced Usage
    • Hooks
    • User Config
    • Calling Cookiecutter Functions From Python
    • Injecting Extra Context
    • Suppressing Command-Line Prompts
    • Templates in Context Values
    • Private Variables
    • Copy without Render
    • Replay Project Generation
    • Choice Variables
    • Boolean Variables
    • Dictionary Variables
    • Templates inheritance (2.2+)
    • Template Extensions
    • Organizing cookiecutters in directories
    • Customizing the Jinja2 environment
    • Working with line-ends special symbols LF/CRLF
    • Local Extensions
    • Nested configuration files
    • Human readable prompts
  • Troubleshooting
  • cookiecutter package
  • Contributing
  • Credits
  • History
  • Case Studies
  • Code of Conduct
cookiecutter
  • Advanced Usage
  • View page source

Advanced Usage

Various advanced topics regarding cookiecutter usage.

  • Hooks
    • Types of Hooks
    • Creating Hooks
    • Hook Execution
    • Examples
  • User Config
  • Calling Cookiecutter Functions From Python
  • Injecting Extra Context
    • Example: Injecting a Timestamp
  • Suppressing Command-Line Prompts
    • Basic Example: Using the Defaults
    • Advanced Example: Defaults + Extra Context
  • Templates in Context Values
    • Basic Example: Templates in Context
  • Private Variables
  • Copy without Render
  • Replay Project Generation
    • Custom replay file
  • Choice Variables
    • Basic Usage
    • Overwriting Default Choice Values
  • Boolean Variables
    • Basic Usage
    • Input Validation
  • Dictionary Variables
    • Basic Usage
  • Templates inheritance (2.2+)
  • Template Extensions
    • Jsonify extension
    • Random string extension
    • Slugify extension
    • UUID4 extension
  • Organizing cookiecutters in directories
  • Customizing the Jinja2 environment
  • Working with line-ends special symbols LF/CRLF
  • Local Extensions
  • Nested configuration files
    • Old Format
  • Human readable prompts
Previous Next

© Copyright 2013-2022, Audrey Roy and Cookiecutter community.

Built with Sphinx using a theme provided by Read the Docs.