SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

[Generator] HTML #47

Closed danielpacak closed 7 years ago

danielpacak commented 9 years ago
Feature: `html` command

  Background:
    Given a directory with Gherkin source files

  Scenario: Generate HTML specification in the default output directory
    When I run `featurebook html`
    Then I can access specification HTML at "dist/html/specification.html"

  Scenario: Generate HTML specification in the given output directory
    When I run `featurebook html --output-dir target/docs`
    Then I can access specification HTML at "target/docs/specification.html"
spinus commented 9 years ago

+1

sshushliapin commented 9 years ago

+1

mattaylor commented 9 years ago

+1

danielpacak commented 8 years ago

A short update here. In v0.0.28 the HTML generator is actually implemented. It lacks SUMMARY.md handling and does not support Markdown syntax yet but's it's a work in progress. I have to refactor some Markdown parsing code first to close this issue.

featurebook-html

danielpacak commented 8 years ago

This is fully operational in v0.0.29. Due to modules refactoring I need to cleanup CSS and probably share it between featurebook-serve and featurebook-html modules. Once it's done I'll close the issue.

featurebook_screenshot_1

danielpacak commented 7 years ago

Closing this one. Any improvements should be handled as dedicated issues.