fable-compiler / fable-promise

Fable bindings for JS promise

Home Page:http://fable.io/fable-promise/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fable.Promise

Fable bindings for JS promise.

Before doing anything make sure to install the dependencies after cloning the repository by running:

npm install

How to test locally ?

npm run test

How to publish a new version of the package ?

npm run publish

How to work on the documentation ?

  1. npm run docs:watch
  2. Go to http://localhost:8080/

How to update the documentation ?

Deployment should be done automatically when pushing to dev branch.

If the CI is broken, you can manually deploy it by running npm run docs:deploy.

About

Fable bindings for JS promise

http://fable.io/fable-promise/

License:MIT License


Languages

Language:F# 98.7%Language:JavaScript 1.3%