tergo

Crates.iotergo
lib.rstergo
version0.2.2
sourcesrc
created_at2024-10-27 10:14:21.111347
updated_at2024-11-24 18:04:27.517958
descriptionFormat code written in R
homepage
repositoryhttps://github.com/kpagacz/tergo/
max_upload_size
id1424491
size18,928
Konrad Pagacz (kpagacz)

documentation

README

tergo

tergo (lat. to clean) is a command line program that formats R code.

Installation

cargo

If you have cargo installed, then you can simply run:

cargo install tergo

, and the newest version of tergo is going to be installed on your machine.

From source

If you want to install from source, you will need to have cargo installed on your machine.

  1. Clone the repository:

    git clone https://github.com/kpagacz/tergo
    
  2. Install the binary via cargo:

    cargo install --path ./tergo
    

tergo will be available after these steps.

Usage

Run:

tergo --help

For tergo's manual.

Configuration

You can configure tergo via a tergo.toml file. See tergo-lib README or tergo-lib documentation for more details about possible configuration keys and values.

Commit count: 157

cargo fmt