Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vituri authored May 1, 2024
1 parent cabead4 commit 9c16f10
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# TidierIteration
# TidierIteration.jl

[![Build Status](https://github.com/vituri/TidierIteration.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/vituri/TidierIteration.jl/actions/workflows/CI.yml?query=branch%3Amain)

## What is TidierIteration.jl?

TidierIteration.jl is a 100% Julia implementation of the `purrr` R package. It aims to ease
the different ways to `map` Julia objects: arrays, dicts and so on. It also provides
some tools of functional programming: adverbs, composition, safe-functions and more.

## Installation

For the stable version:

```
] add https://github.com/TidierOrg/TidierIteration
```

The `]` character starts the Julia [package manager](https://docs.julialang.org/en/v1/stdlib/Pkg/). Press the backspace key to return to the Julia prompt.

or


```julia
using Pkg
Pkg.add(url="https://github.com/TidierOrg/TidierIteration")
```

## Examples

0 comments on commit 9c16f10

Please sign in to comment.