Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mostlyjs/mostly-func
Functional library for building Mostly microservices with ramda/sanctuary
https://github.com/mostlyjs/mostly-func
functional microservice radmda utility
Last synced: 9 days ago
JSON representation
Functional library for building Mostly microservices with ramda/sanctuary
- Host: GitHub
- URL: https://github.com/mostlyjs/mostly-func
- Owner: MostlyJS
- License: mit
- Created: 2017-08-29T02:06:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T21:05:46.000Z (about 2 years ago)
- Last Synced: 2024-12-06T09:33:20.979Z (about 1 month ago)
- Topics: functional, microservice, radmda, utility
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mostly Func
===========[![Build Status](https://travis-ci.org/mostlyjs/mostly-env.svg)](https://travis-ci.org/mostlyjs/mostly-func)
Functional library for building Mostly microservices with ramda/sanctuary/fluture
* Ramda: [ramda/ramda](https://github.com/ramda/ramda)
* Maybe: [sanctuary-js/sanctuary-maybe](https://github.com/sanctuary-js/sanctuary-maybe)
* Either: [sanctuary-js/sanctuary-either](https://github.com/sanctuary-js/sanctuary-either)
* Future: [fluture-js/Fluture](https://github.com/fluture-js/Fluture)# Documentation
Please see the [documentation site](https://mostlyjs.github.io).
# Usage
## Installation
```bash
npm install mostly-func --save
```# License
MIT