Skip to content

fable-compiler/fable-promise

Folders and files

NameName
Last commit message
Last commit date
Oct 28, 2021
Oct 28, 2021
Nov 8, 2021
Sep 20, 2022
Sep 20, 2022
Oct 28, 2021
Aug 19, 2021
May 27, 2021
Jul 29, 2019
Aug 11, 2021
Sep 20, 2022
Sep 17, 2021
May 27, 2021
Aug 19, 2021
Oct 28, 2021
Dec 10, 2024
Dec 10, 2024

Repository files navigation

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.