https://github.com/hackergrrl/strapdown-cli
:sparkles: Produce pretty web pages from markdown.
https://github.com/hackergrrl/strapdown-cli
Last synced: about 1 year ago
JSON representation
:sparkles: Produce pretty web pages from markdown.
- Host: GitHub
- URL: https://github.com/hackergrrl/strapdown-cli
- Owner: hackergrrl
- Created: 2017-11-29T18:20:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T18:33:39.000Z (over 8 years ago)
- Last Synced: 2024-10-16T03:32:19.999Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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