Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vituri committed May 2, 2024
2 parents 7f5b95d + 15d57c3 commit 0ae1d7d
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 2 deletions.
31 changes: 29 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# TidierIteration
# TidierIteration.jl
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/TidierOrg/TidierIteration.jl/blob/main/LICENSE)
[![Docs: Latest](https://img.shields.io/badge/Docs-Latest-blue.svg)](https://tidierorg.github.io/TidierIteration.jl/)
[![Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FTidierIteration&query=total_requests&suffix=%2Fmonth&label=Downloads)](http://juliapkgstats.com/pkg/TidierIteration)

[![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)
<img src="/assets/logo.png" align="right" style="padding-left:10px;" width="150"/>

## 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")
```
Binary file added assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0ae1d7d

Please sign in to comment.