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
- Host: GitHub
- URL: https://github.com/dead-beef/slm-cli
- Owner: dead-beef
- License: mit
- Created: 2018-02-09T23:39:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T20:02:10.000Z (about 7 years ago)
- Last Synced: 2025-10-10T23:26:56.081Z (8 months ago)
- Topics: cli, nodejs, slm
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slm-cli
[](
https://www.npmjs.com/package/slm-cli
) [](
https://nodejs.org/
) [](
https://libraries.io/npm/slm-cli/
) [](
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)