Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 740 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 740 Bytes

Hanum

An OpenStreetMap attributes linter with custom presets.

Requirements

We need Haskell to run this program. As a suggestion, use The Haskell Tool Stack instead of Haskell Platform.

Installation

For now, this program only support a manual installation.

$ git clone https://github.com/wisn/hanum.git
$ cd hanum
$ stack install
$ hanum --version
Hanum CLI v0.1.0.0-alpha under the MIT License
Report any problem to https://github.com/wisn/hanum/issues

Development Status

Rewrite the application. Work in progress.

TODO

  • Arguments parser with their own data structure
  • Presets parser with their own data structure
  • ...