Sha256: 925d3e2659ebde9b76ad15e70f7be29b2c97a617476dfbc3882f8a1870e71284

Contents?: true

Size: 738 Bytes

Versions: 1

Compression:

Stored size: 738 Bytes

Contents

# Wing

Convert github markdown with mermaid diagrams to beautiful PDF

## Requirements
- PhantomJS

## Installation

```bash
gem install wing
```

## Usage

### Creating new project

```bash
mkdir my-doc
cd my-doc
wing init
```

### Generating PDF

```bash
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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wing-0.1.1 README.md