Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elipousson/cliextras
A R package of helper functions for the cli package
https://github.com/elipousson/cliextras
cli r-package
Last synced: 27 days ago
JSON representation
A R package of helper functions for the cli package
- Host: GitHub
- URL: https://github.com/elipousson/cliextras
- Owner: elipousson
- License: other
- Created: 2022-11-15T03:51:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:10:44.000Z (7 months ago)
- Last Synced: 2024-04-02T16:30:35.730Z (7 months ago)
- Topics: cli, r-package
- Language: R
- Homepage: https://elipousson.github.io/cliExtras/
- Size: 6.55 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# cliExtras
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Codecov test coverage](https://codecov.io/gh/elipousson/cliExtras/branch/main/graph/badge.svg)](https://app.codecov.io/gh/elipousson/cliExtras?branch=main)The goal of cliExtras is to extend the [cli](https://cli.r-lib.org/) package with a number of helper functions.
## Installation
You can install the development version of cliExtras like so:
``` r
pak::pkg_install("elipousson/cliExtras")
```