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.
- Host: GitHub
- URL: https://github.com/funkster-js/core
- Owner: funkster-js
- License: unlicense
- Created: 2017-03-29T19:08:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T07:40:32.000Z (about 6 years ago)
- Last Synced: 2025-03-11T02:48:11.614Z (over 1 year ago)
- Topics: functional, funkster, server, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@funkster/core
- Size: 6.01 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# funkster-core
[](https://www.npmjs.com/package/@funkster/core)
[](https://www.npmjs.com/package/@funkster/core)
[](http://unlicense.org/)
[](https://greenkeeper.io/)
[](https://travis-ci.org/Bomret/funkster-core)

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
```