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.
- Host: GitHub
- URL: https://github.com/zurb/inky-cli
- Owner: zurb
- License: mit
- Created: 2016-02-11T23:14:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T14:35:00.000Z (over 8 years ago)
- Last Synced: 2025-03-25T10:51:09.631Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 13
- Watchers: 15
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inky CLI
[](https://travis-ci.org/zurb/inky-cli) [](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
```