Skip to content

Commit

Permalink
Add user-defined-values for project creation command.
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuch committed Nov 8, 2024
1 parent 372aecc commit 93b5078
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ pixi global install copier
```

## Generate an IPA Project with Copier
Copier will ask you a series of questions whose answers will be used to generate a tailored IPA project for you. To start the process run the following and replace `my-ipa-project` with the name of your project directory:
Copier will ask you a series of questions whose answers will be used to generate a tailored IPA project for you. To start the process provide the name of your project and then copy the command:

{{{user-defined-values}}}

```bash
pixi x copier copy git+https://github.com/fmi-faim/ipa-project-template my-ipa-project
pixi x copier copy git+https://github.com/fmi-faim/ipa-project-template PROJECT_NAME
```

!!! success "Congratulations!"
You have created a new personalized IPA project! Now you can change into the project root-directory with
```bash
cd my-ipa-project
cd PROJECT_NAME
```
or open the directory in your file browser.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ plugins:
show_root_toc_entry: false
show_root_full_path: false
heading_level: 2
- user-defined-values:
keywords:
PROJECT_NAME:
placeholder: my-ipa-project
markdown_extensions:
- admonition
- pymdownx.details
Expand Down
Loading

0 comments on commit 93b5078

Please sign in to comment.