An open API service indexing awesome lists of open source software.

https://github.com/zurb/inky-cli

Command-line interface for the Inky templating language.
https://github.com/zurb/inky-cli

Last synced: about 1 year ago
JSON representation

Command-line interface for the Inky templating language.

Awesome Lists containing this project

README

          

# Inky CLI

[![Build Status](https://travis-ci.org/zurb/inky-cli.svg?branch=master)](https://travis-ci.org/zurb/inky-cli) [![npm version](https://badge.fury.io/js/inky-cli.svg)](https://badge.fury.io/js/inky-cli)

Command-line interface for [Inky](https://github.com/zurb/inky), a templating language for HTML emails created with [Foundation for Emails](http://foundation.zurb.com/emails).

Please report issues with the HTML output to [inky](https://github.com/zurb/inky/issues) instead.

## Installation

```bash
npm install inky-cli --global
```

## Usage

```
Usage
$ inky

Options
-w, --watch Watch input files for changes
```