https://github.com/fable-compiler/fable-promise
Fable bindings for JS promise
https://github.com/fable-compiler/fable-promise
Last synced: 2 months ago
JSON representation
Fable bindings for JS promise
- Host: GitHub
- URL: https://github.com/fable-compiler/fable-promise
- Owner: fable-compiler
- License: mit
- Created: 2018-12-08T14:38:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T08:19:44.000Z (6 months ago)
- Last Synced: 2025-04-04T16:42:08.235Z (3 months ago)
- Language: F#
- Homepage: http://fable.io/fable-promise/
- Size: 1.49 MB
- Stars: 20
- Watchers: 5
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/](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`.