github.com/shopkeep/Mustache



Documentation

Mustache

Swift 2.2 Platforms Linux License MIT Slack Status

Mustache templates for swift 2.2.

Installation

  • Add Mustache to your Package.swift
import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/Zewo/Mustache.git", majorVersion: 0, minor: 1)
    ]
)

Mustache is a fork of GRMustache.swift.

Community

Slack

Join us on Slack.

License

Mustache is released under the MIT license. See LICENSE for details.