Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hackergrrl/strapdown-cli

:sparkles: Produce pretty web pages from markdown.
https://github.com/hackergrrl/strapdown-cli

Last synced: 1 day ago
JSON representation

:sparkles: Produce pretty web pages from markdown.

Awesome Lists containing this project

README

        

# strapdown-cli

> A small command line utility for [Strapdown](http://strapdownjs.com).

[Strapdown](http://strapdownjs.com) generates attractive single-page websites
from simple markdown text. `strapdown-cli` is a simple tool that lets you
generate these web pages from the command line. You give it a filename and a
strapdown theme name, and the website will be written to standard out.

## Usage

```
$ cat > foo.markdown
# hello world

a fine day to be writing markdown!
^D

$ strapdown foo.markdown united > foo.html

$ cat foo.html

foo.markdown

hello


A fine day to be writing markdown!

```

## API

If you're looking for a programmatic API, you want the
[strapdown](http://strapdownjs.com) project.

## Install

With [npm](https://npmjs.org/) installed, run

```
$ npm install strapdown-cli
```

## License

ISC