https://github.com/piotrjustyna/osmium
https://github.com/piotrjustyna/osmium
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/piotrjustyna/osmium
- Owner: PiotrJustyna
- License: mit
- Created: 2023-01-23T13:52:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T19:24:54.000Z (over 2 years ago)
- Last Synced: 2025-01-11T16:38:51.944Z (9 months ago)
- Language: Shell
- Size: 1.73 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osmium
portable haskell development environment
* write code locally
* compile and run in dispisable containers## how to use
1. execute `prepare-build-environment.sh` - this builds development environment image locally
2. write your haskell code
3. to build, execute `build.sh`
3. to run, execute `run.sh`