https://github.com/samedwardes/posit-justfile
https://github.com/samedwardes/posit-justfile
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samedwardes/posit-justfile
- Owner: SamEdwardes
- Created: 2023-05-31T18:16:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T19:11:31.000Z (about 3 years ago)
- Last Synced: 2025-02-12T17:50:06.354Z (over 1 year ago)
- Language: Just
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Posit justfile
## Quick start
```bash
# Install just
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
# Download the justfile
curl -O https://raw.githubusercontent.com/SamEdwardes/posit-justfile/main/justfile
# Run init
just init
# Install the required tools
just install-workbench
```
## Examples
See all of the available commands:
```bash
just
```
Install the prerequisites:
```bash
just init
```
Install Workbench:
```bash
just install-workbench
```
Install a specific version of Workbench:
```bash
just WORKBENCH_INSTALLER='https://s3.amazonaws.com/rstudio-ide-build/electron/jammy/amd64/rstudio-2022.12.0-353-amd64.deb' install-workbench