yesod-raml-bin: The raml helper executable.

[ mit, program, web, yesod ] [ Propose Tags ]

Provides html documentation and route file generator


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.1.2
Change log ChangeLog.md
Dependencies base (>=4 && <5), blaze-html, blaze-markup, bytestring, containers, optparse-applicative, shakespeare, template-haskell, text, yaml, yesod-markdown, yesod-raml (>=0.2 && <0.3), yesod-raml-docs (>=0.1 && <0.2) [details]
License MIT
Author junji.hashimoto
Maintainer junji.hashimoto@gmail.com
Category Web, Yesod
Bug tracker https://github.com/junjihashimoto/yesod-raml/issues
Source repo head: git clone https://github.com/junjihashimoto/yesod-raml.git
Uploaded by junjihashimoto at 2015-11-06T14:08:27Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables yesod-raml-bin
Downloads 1834 total (10 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 2016-11-30 [all 4 reports]

Readme for yesod-raml-bin-0.1.0

[back to package description]

Yesod-Raml-Bin:

Yesod-Raml-Bin is a utility program for yesod-raml. The functions are below.

1, Verify RAML format 2, Convert RAML to HTML 3, Convert RAML to Yesod-Route file

Usage

Verify RAML file. (Curretly just use parser of Data.Yaml.)

> yesod-raml-bin verfiy "raml file"

Convert RAML to HTML.

> yesod-raml-bin tohtml "raml file" "html file"

Generate routes file for Yesod.

> yesod-raml-bin toroute "raml file" "routes file"