Skip to content

Commit

Permalink
Add customised README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Roald-Arbøl committed Jul 10, 2024
1 parent 862cd24 commit 17f5bca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md.jinja
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# {{ project_name }}

# Project details
This project uses [pixi](https://pixi.sh) to manage dependencies and workspace. It is configured to work with on {{ platform }}.

## Open project
Open the project in your preferred IDE:
{%- if "RStudio" in ide %}
- Open in RStudio: `pixi run rstudio`
{%- endif %}
{%- if "Visual Studio Code" in ide %}
- Open in Visual Studio Code: `pixi run code`
{%- endif %}
{%- if "JupyterLab" in ide %}
- Open in JupyterLab: `pixi run jupyter lab`
{%- endif %}

This project was generated with the [R Pixi template](https://github.com/roaldarbol/r-template).

0 comments on commit 17f5bca

Please sign in to comment.