An open API service indexing awesome lists of open source software.

https://github.com/matsubara0507/hamler-dockerfile-creator

This is CLI tool to create Dockerfile for Hamler Language
https://github.com/matsubara0507/hamler-dockerfile-creator

haskell-application

Last synced: about 1 year ago
JSON representation

This is CLI tool to create Dockerfile for Hamler Language

Awesome Lists containing this project

README

          

# hamler-dockerfile-creator

usage:

```
stack build
stack exec -- hdc --hamler=0.4 > example/Dockerfile

cd example
docker build -t hamler .
docker run -it --rm hamler repl
```