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

https://github.com/dead-beef/slm-cli

Command line interface for Slm
https://github.com/dead-beef/slm-cli

cli nodejs slm

Last synced: about 1 month ago
JSON representation

Command line interface for Slm

Awesome Lists containing this project

README

          

# slm-cli

[![npm](https://img.shields.io/npm/v/slm-cli.svg)](
https://www.npmjs.com/package/slm-cli
) [![node](https://img.shields.io/node/v/slm-cli.svg)](
https://nodejs.org/
) [![Libraries.io for GitHub](https://img.shields.io/librariesio/github/dead-beef/slm-cli.svg)](
https://libraries.io/npm/slm-cli/
) [![license](https://img.shields.io/github/license/dead-beef/slm-cli.svg)](
https://github.com/dead-beef/slm-cli/blob/master/LICENSE
)

## Overview

Command line interface for [Slm](https://github.com/slm-lang/slm).

## Requirements

- [`Node.js`](https://nodejs.org/)
- [`NPM`](https://nodejs.org/)

## Installation

```bash
npm install slm-cli
```

## Usage

```
Usage: slm [options]

Options:
-V, --version output the version number
-i, --input input slm file (default: stdin)
-o, --output output html file (default: stdout)
-d, --data template data module
--ng2 support Angular 2+ attribute syntax
-h, --help output usage information
```

## Licenses

* [`slm-cli`](https://github.com/dead-beef/slm-cli/blob/master/LICENSE)