A programming language to help you make large software projects reliable (UNDER CONSTRUCTION)
483
This is the command-line interface for Mango, a programming language to help you make large software projects reliable, for browsers and servers.
This project is still in early development stage. It is not ready to use, not even experimentally.
This image is automatically created from this Github repository: https://github.com/mangolang/cli
Start Mango in a Docker container, mounting your code directory so it can be compiled::
docker run --rm -it --name mango --read-only --tmpfs /tmp --mount type=bind,src=/YOUR/CODE/PATH,dst=/code mangocode/mango:latest --help
Or a short version without name, auto-delete, read-only and version:
docker run -it -v"/YOUR/CODE/PATH":/code mangocode/mango --help
Content type
Image
Digest
Size
3.2 MB
Last updated
about 5 years ago
docker pull mangocode/mango