Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
/ wing Public archive

Convert github markdown with mermaid diagrams to beautiful PDF

License

Notifications You must be signed in to change notification settings

monterail/wing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wing

Convert github markdown with mermaid diagrams to beautiful PDF

Requirements

  • PhantomJS

Installation

gem install wing

Usage

Creating new project

mkdir my-doc
cd my-doc
wing init

Generating PDF

wing gen

Embedding diagrams

```diagram
graph LR
    A[Square Rect] -- Link text --> B((Circle))
    A --> C(Round Rect)
    B --> D{Rhombus}
    C --> D
```

Contributing

  1. Fork it ( https://github.com/monterail/wing/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Convert github markdown with mermaid diagrams to beautiful PDF

Resources

License

Stars

Watchers

Forks

Packages

No packages published