Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Christopher committed Feb 4, 2016
1 parent 21394f5 commit e1ebde8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Ramda Lens

![build status](https://travis-ci.org/ramda/ramda-lens.svg?branch=master)

This library is an implementation of profunctor optics using JS, heavily
influenced by the [PureScript Profunctor Lenses][1] and [Kmett's Lens][2]
libraries.

The project is still very young and as such, documentation is currently
a work-in-progress. In the mean time, please feel free to drop by the
[Ramda room][3] on Gitter for any questions or further discussion.

[1]: https://github.com/purescript-contrib/purescript-profunctor-lenses
[2]: https://github.com/ekmett/lens
[3]: https://gitter.im/ramda/ramda

0 comments on commit e1ebde8

Please sign in to comment.