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
- Host: GitHub
- URL: https://github.com/matsubara0507/hamler-dockerfile-creator
- Owner: matsubara0507
- License: bsd-3-clause
- Created: 2021-07-01T13:23:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T09:58:05.000Z (over 4 years ago)
- Last Synced: 2025-02-02T18:47:01.676Z (over 1 year ago)
- Topics: haskell-application
- Language: Haskell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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
```