2.0.0 • Published 2 years ago

@nearform/nf-present v2.0.0

Weekly downloads
84
License
Apache-2.0
Repository
github
Last release
2 years ago

nf-present

This module provides a command to serve NearForm training decks written using Remark.

Installation

npm install @nearform/nf-present

Usage

Basic

nf-present deck.md > index.html

Options

  • --css=./path/to/custom.css
  • --out=./path/to/index.html
  • --watch Watch for changes and regenerate the html file, --out is required for this.

Complete Example

nf-present deck.md --css=deck.css --out=index.html --watch

2.0.0

2 years ago

1.1.0

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago