https://github.com/msuntharesan/fable-koa
Fable bindings for koa2
https://github.com/msuntharesan/fable-koa
fable fable-bindings koa2
Last synced: 29 days ago
JSON representation
Fable bindings for koa2
- Host: GitHub
- URL: https://github.com/msuntharesan/fable-koa
- Owner: msuntharesan
- Created: 2017-02-17T19:24:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T21:06:33.000Z (over 9 years ago)
- Last Synced: 2026-05-01T09:38:29.223Z (about 2 months ago)
- Topics: fable, fable-bindings, koa2
- Language: F#
- Size: 47.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fable-koa
Fable bindings for Koa
## Installation
```sh
$ yarn install koa@next fable-core
$ yarn install fable-koa --dev
```
## Usage
### In a F# project (.fsproj)
```xml
```
### In a F# script (.fsx)
```fsharp
#r "node_modules/fable-core/Fable.Core.dll"
#r "node_modules/fable-koa/Fable.Import.Koa.dll"
open Fable.Core
open Fable.Import
```
## License
MIT