Popularity
1.6
Stable
Activity
0.0
Stable
2
1
0

Monthly Downloads: 12
Programming language: Haskell
License: MIT License
Tags: Development    
Latest version: v0.2.0.0

headergen alternatives and similar packages

Based on the "Development" category.
Alternatively, view headergen alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of headergen or a related project?

Add another 'Development' Package

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.