-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jakub Strojewski
committed
Mar 5, 2021
1 parent
28f08db
commit c8534aa
Showing
6 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
# monet.js | ||
|
||
[![Build Status](https://travis-ci.org/monet/monet.js.svg)](https://travis-ci.org/monet/monet.js) | ||
|
||
|
||
For people who wish they didn't have to program in JavaScript. [documentation](https://github.com/monet/monet.js/tree/master/docs/README.md) | ||
|
||
|
||
## Introduction | ||
|
||
Monet is a library designed to bring great power to your JavaScript programming. It is a tool bag that assists Functional Programming by providing a rich set of Monads and other useful functions. | ||
|
@@ -26,7 +22,7 @@ Full detailed documentation can be found [here](https://github.com/monet/monet.j | |
npm install monet --save | ||
|
||
# or to install a specific version | ||
npm install [email protected].1 | ||
npm install [email protected].2 | ||
``` | ||
|
||
### Download | ||
|
@@ -90,7 +86,7 @@ Please see [Ken Scambler](http://twitter.com/KenScambler)'s [excellent talk](htt | |
Written and maintained by Chris Myers [@cwmyers](https://twitter.com/cwmyers) and Jakub Strojewski [@ulfryk](https://twitter.com/ulfryk). Follow Monet.js at [@monetjs](http://twitter.com/monetjs). | ||
|
||
[functionalJava]: http://functionaljava.org/ | ||
[gitZip]: https://github.com/monet/monet.js/archive/v0.9.1.zip | ||
[gitTar]: https://github.com/monet/monet.js/archive/v0.9.1.tar.gz | ||
[gitZip]: https://github.com/monet/monet.js/archive/v0.9.2.zip | ||
[gitTar]: https://github.com/monet/monet.js/archive/v0.9.2.tar.gz | ||
[npm]: https://www.npmjs.com/ | ||
[scalaz]: https://github.com/scalaz/scalaz |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters