About 702 results
Open links in new tab
  1. Cookiecutter: Better Project Templates — cookiecutter 2.6.0 …

    Cookiecutter: Better Project Templates Edit on GitHub Cookiecutter creates projects from cookiecutters (project templates), e.g. Python package projects from Python package templates.

  2. Installation — cookiecutter 2.6.0 documentation - Read the Docs

    Ensure the directory where cookiecutter will be installed is in your environment’s Path in order to make it possible to invoke it from a command prompt.

  3. Hooks — cookiecutter 2.6.0 documentation - Read the Docs

    Cookiecutter hooks are scripts executed at specific stages during the project generation process. They are either Python or shell scripts, facilitating automated tasks like data validation, pre …

  4. Learn the Basics of Cookiecutter by Creating a Cookiecutter

    Learn the Basics of Cookiecutter by Creating a Cookiecutter¶ The easiest way to understand what Cookiecutter does is to create a simple one and see how it works. Cookiecutter takes a source …

  5. Using Pre/Post-Generate Hooks (0.7.0+) - Read the Docs

    You can have Python or Shell scripts that run before and/or after your project is generated. Put them in hooks/ like this: cookiecutter-something/ ├── {{cookiecutter.project_slug}}/ ├── …

  6. Usage — cookiecutter 2.6.0 documentation - Read the Docs

    Whenever you generate a project with a cookiecutter, the resulting project is output to your current directory. Your cloned cookiecutters are stored by default in your ~/.cookiecutters/ directory (or …

  7. Installation — cookiecutter 1.7.2 documentation - Read the Docs

    Python interpreter¶ Install Python for your operating system. Consult the official Python documentation for details. You can install the Python binaries from python.org. Alternatively on …

  8. Cookiecutter: Better Project Templates — cookiecutter 2.0.2 …

    Learn How to Use Cookiecutter; Create Your Very Own Cookiecutter Project Template; Getting to Know Cookiecutter. Case Study: cookiecutter-pypackage; Step 1: Generate a Python Package …

  9. cookiecutter — cookiecutter 2.3.1 documentation - Read the Docs

    A command-line utility that creates projects from cookiecutters (project templates), e.g. creating a Python package project from a Python package project template. Documentation: …

  10. Injecting Extra Context — cookiecutter 2.6.0 documentation

    You can specify an extra_context dictionary that will override values from cookiecutter.json or .cookiecutterrc: cookiecutter ( 'cookiecutter-pypackage/' , extra_context = { 'project_name' : …

Refresh