@hackage / headergen

Creates a header for a haskell source file.

Latest0.2.0.0

About

Metadata

  • Last updated , by bash0r
  • License MIT
  • Categories Development
  • Maintained by: aka.bash0r@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

headergen

An application written in Haskell for generating headers for Haskell source files.

Usage

Usage: headergen {help [all|COMMAND]|init|create LANGUAGE TEMPLATE MODULE}

headergen create LANGUAGE TEMPLATE MODULE
* creates a new module in current working directory.
headergen init
* initializes a new .headergen.def.
headergen help
* shows this help information
headergen help COMMAND
* shows detailed help information

Supported Languages

As for now only Haskell is supported. It is planned to implement support for more languages in future releases.

TODO

  • Extract help message interface from command module level to avoid mutual recursion over module level.
  • Implement reading of cabal files instead of using own setting files.
  • Implement a parser for updating existing source files.
  • Implement reading of file associations from file.
  • Implement support for more languages.