Skip to content

Commit

Permalink
fix: Jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 19, 2023
1 parent ea7a63c commit 7a9be8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A Nautobot app is a Django application designed to extend the functionality of [

## About Cookiecutter

[Cookiecutter](https://github.com/cookiecutter/cookiecutter) is a command-line utility that simplifies the creation of new projects by generating them from predefined templates. By providing a structured and consistent framework, it helps developers to avoid boilerplate code and to adhere to best practices right from the project's inception. Cookiecutter templates can encapsulate complex setups, and are extensively used in various ecosystems including [Jinja2](https://jinja.palletsprojects.com/), where they accelerate the setup of new projects by providing pre-configured configurations, directory structures, and common integrations.
[Cookiecutter](https://github.com/cookiecutter/cookiecutter) is a command-line utility that simplifies the creation of new projects by generating them from predefined templates. These templates utilize the [Jinja2](https://jinja.palletsprojects.com/) templating engine, allowing for dynamic content generation and customization. By providing a structured and consistent framework, Cookiecutter helps developers to avoid boilerplate code and to adhere to best practices right from the project's inception. The flexibility and power of Jinja2 under the hood enable Cookiecutter templates to encapsulate complex setups, making it a valuable tool for accelerating project initialization in various ecosystems.

## Templates

Expand Down

0 comments on commit 7a9be8f

Please sign in to comment.