https://github.com/rrdelaney/retypes
:card_index: Index of curated and automatically generated JS bindings for ReasonML
https://github.com/rrdelaney/retypes
bucklescript bucklescript-bindings reasonml
Last synced: 11 months ago
JSON representation
:card_index: Index of curated and automatically generated JS bindings for ReasonML
- Host: GitHub
- URL: https://github.com/rrdelaney/retypes
- Owner: rrdelaney
- License: mit
- Created: 2017-08-29T16:36:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T05:34:36.000Z (over 8 years ago)
- Last Synced: 2025-05-01T14:53:28.140Z (11 months ago)
- Topics: bucklescript, bucklescript-bindings, reasonml
- Language: OCaml
- Homepage:
- Size: 278 KB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @retypes
Index of curated and automatically generated JS bindings for ReasonML
This repo consists of:
* scripts to generate packages
* documentation / search website
* generated package definitions
# Scripts
There are several scripts here. You can run each with `node scripts/.js`
### scripts/bootstrap.js
Sets up the initial implementation of each package. **DON'T RUN ME.** This
script was only run for the first set up of the repo.
### scripts/clean.js
Deletes all packages. **DON'T RUN ME.** If all packages are removed we would need to
set everything up again, and manually put in version numbers of packages.
### scripts/publish.js
Will try to publish every library in `packages/`.
### scripts/update.js
Runs the code generation for each package, and if it's different replace the
old package and increment the version.