An open API service indexing awesome lists of open source software.

https://github.com/funkster-js/core

Core types and combinators.
https://github.com/funkster-js/core

functional funkster server typescript

Last synced: about 1 year ago
JSON representation

Core types and combinators.

Awesome Lists containing this project

README

          

# funkster-core

[![npm](https://img.shields.io/npm/v/@funkster/core.svg)](https://www.npmjs.com/package/@funkster/core)
[![npm](https://img.shields.io/npm/dt/@funkster/core.svg)](https://www.npmjs.com/package/@funkster/core)
[![license](https://img.shields.io/badge/license-Unlicense-brightgreen.svg)](http://unlicense.org/)
[![Greenkeeper badge](https://badges.greenkeeper.io/funkster-js/core.svg)](https://greenkeeper.io/)
[![Travis](https://img.shields.io/travis/funkster-js/core.svg)](https://travis-ci.org/Bomret/funkster-core)

![Icon](https://avatars0.githubusercontent.com/u/26775967)

Funkster is a compositional server library. This package contains the core combinators and types to build more context specific modules, like [funkster-http](https://www.npmjs.com/package/funkster-http).

## Install
```bash
$ npm install @funkster/core
```

## Build
```bash
$ npm install && npm run build
```

## Test
```bash
$ npm run test
```