webcloud: Turn an optparse-applicative program into a CGI program!

[ bsd2, library, program, web ] [ Propose Tags ]

Automatically generate a web interface for your existing optparse-applicative command line applications.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.1
Dependencies base (>=4.7 && <5), bytestring (>=0.10 && <0.11), cgi (>=3001.2 && <3001.3), optparse-applicative (>=0.10 && <0.13), webcloud [details]
License BSD-2-Clause
Author Maxwell Swadling
Maintainer maxwellswadling@gmail.com
Category Web
Source repo head: git clone https://github.com/mxswd/webcloud/
Uploaded by ThomasSutton at 2016-05-09T23:25:28Z
Distributions
Executables testcloud
Downloads 719 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-05-09 [all 1 reports]

Readme for webcloud-0.1.0.1

[back to package description]

webcloud

Turn an optparse-applicative program into a CGI program!

Usage

  1. import Web.Cloud
  2. Change execParser to execParserWebCloud
  3. Done!

Web Cloud in Action