Skip to content

Commit 17f5bca

Browse files
author
Mikkel Roald-Arbøl
committed
Add customised README
1 parent 862cd24 commit 17f5bca

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md.jinja

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# {{ project_name }}
2+
3+
# Project details
4+
This project uses [pixi](https://pixi.sh) to manage dependencies and workspace. It is configured to work with on {{ platform }}.
5+
6+
## Open project
7+
Open the project in your preferred IDE:
8+
{%- if "RStudio" in ide %}
9+
- Open in RStudio: `pixi run rstudio`
10+
{%- endif %}
11+
{%- if "Visual Studio Code" in ide %}
12+
- Open in Visual Studio Code: `pixi run code`
13+
{%- endif %}
14+
{%- if "JupyterLab" in ide %}
15+
- Open in JupyterLab: `pixi run jupyter lab`
16+
{%- endif %}
17+
18+
This project was generated with the [R Pixi template](https://github.com/roaldarbol/r-template).

0 commit comments

Comments
 (0)