Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit cceb40a7 authored by Dorian Turba's avatar Dorian Turba
Browse files

update user configuration example

parent 945f971b
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,15 @@ cookiecutter https://lab.frogg.it/dorianturba/cookiecutter_dal_sqlalchemy.git
You can use a user configuration file to avoid to type the same values every time you create a new project.
Create a file named `~/.cookiecutterrc` with the following content:
Create a file named `~/.cookiecutterrc` with your configuration.:
Here is an example:
```yaml
default_context:
full_name: "Your Name"
email: "
author_fullname: "Your Name"
author_email: "your@email.com"
virtual_env_folder: "venv"
flake8_max_complexity: 10
linter_max_line_length: 100
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment