Gelatyx

Format codebase in documentation 🦤 Build status

Features

Usage

Usage Examples

bash $ gelatyx lua --file input.md Format a file with lua formatter $ gelatyx lua --file *.md Format multiple files ...

Command-line options

``` bash Gelatyx 🦤 Format codebease inside the docs

USAGE: gelatyx --file ...

ARGS: Language used in code block [possible values: lua]

OPTIONS: -f, --file ... File(s) to format. -h, --help Print help information -V, --version Print version information ```

If you like gelatyx to support your favorite language, feel free to open new issue.

Installation

From binaries

The release page includes pre-compiled binaries for GNU/Linux, macOS and Windows.

From source

Using Rust's package manager cargo:

bash $ cargo install gelatyx

Development

``` bash $ clone the repository

$ # Run unit tests and integration tests $ cargo test

$ # Install $ cargo install --path . ```

Origin of the name

The name Gelatyx is a played version of Gelatik. A beautiful bird from Indonesia.

Credits