webshow: Show programming language printed values in a web UI

[ bsd3, program, web ] [ Propose Tags ]

Show programming language printed values in a web UI. Supports Haskell Show values only at the moment.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0
Dependencies base (>=4.7 && <5), directory, file-embed, filepath, hscolour, http-types, lucid, optparse-applicative, optparse-simple, pretty-show, text, wai, warp [details]
License BSD-3-Clause
Copyright 2019 Author name here
Author Author name here
Maintainer example@example.com
Category Web
Home page https://github.com/chrisdone/webshow#readme
Source repo head: git clone https://github.com/chrisdone/webshow
Uploaded by ChrisDone at 2019-04-07T16:13:46Z
Distributions
Executables webshow
Downloads 562 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-04-07 [all 3 reports]

Readme for webshow-0.0.0

[back to package description]

webshow

Run webshow in a directory and get pretty browsing.

Supports only Haskell Show values at the moment.

Usage: webshow [--version] [--help] [-p|--port ARG] [-d|--directory ARG]
  Show printed output from languages

Available options:
  --version                Show version
  --help                   Show this help text
  -p,--port ARG            Port number to listen on
  -d,--directory ARG       Directory to look at