spry

0.0.4 • Public • Published

PROJECT DUE FOR REMOVAL

Create pretty and semantic pages html pages from markdown.

'A sample page. See sample/kopimi.md'

Usage

spry is dependant on node.js.

$ git clone git@github.com@AaronAcerboni/spry.git
$ cd spry
$ npm install
$ ./spry input.md "My title"

spry takes 2 parameters. The first is file reference to the markdown file and the second is an optional html document title.

The index.html file is outputted to the output folder.

Example

test.md

# hello world

- i
- love
- [lists](http://lists.com)

node spry.js test.md "list fan"

would output the following...

output/index.html

<!doctype html> 
<html lang="en"> 
<head> 
<meta charset="utf8"> 
<title>list fan</title> 
<link rel="stylesheet" href="style.css"></head> 
<html> 
<h1>hello world</h1> 
 
<ul> 
<li>i</li> 
<li>love</li> 
<li><a href="http://lists.com">lists</a></li> 
</ul> 
</html>

kopimi

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i spry

Weekly Downloads

5

Version

0.0.4

License

none

Unpacked Size

1.04 MB

Total Files

10

Last publish

Collaborators

  • wilyglobalinc
  • devintuinstra