https://github.com/idkjs/mlxre
Scripts for converting from `.ml`/`.mli` to `.re`/`.rei` files
https://github.com/idkjs/mlxre
Last synced: 3 months ago
JSON representation
Scripts for converting from `.ml`/`.mli` to `.re`/`.rei` files
- Host: GitHub
- URL: https://github.com/idkjs/mlxre
- Owner: idkjs
- Created: 2020-11-22T12:29:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T15:20:04.000Z (over 4 years ago)
- Last Synced: 2025-03-05T23:39:55.928Z (4 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# index.sh is broken for now. You can still use the scripts in `scripts/` on your own.
# Scripts
Scripts for converting from `.ml`/`.mli` to `.re`/`.rei` files.
## Usage:
Without passing arguments
```bash
❯ npx mlxre
1) ml2re
2) mli2rei
3) delete
4) quit
Select the operation:
```Or
```sh
npx mlxre ml2re
npx mlxre mli2rei
npx mlxre re2ml
npx mlxre rei2mli
npx mlxre delete
```## See Also
[resattributes](https://github.com/idkjs/resattributes)
[bsconfig.json](https://github.com/idkjs/bsconfig.json)
[resgitignore](https://github.com/idkjs/resgitignore)
[Share on Twitter...](https://twitter.com/share?text=Quickly+convert+between+ml+and+re+and+back+ for+reasonml+and+rescript+projects!+https://github.com/idkjs/mlxre)