metacolon

1.1.1 • Public • Published

metacolon

parses RFC 822-style text files with headers and body

title: Hello World
format: markdown

lorem ipsum
dolor sit amet

Getting Started

$ npm install metacolon
let colonParse = require("metacolon");

colonParse("sample.md").then(({ headers, body }) => {
    // …
});

Contributing

  • ensure Node is installed
  • npm install downloads dependencies
  • npm test runs the test suite and checks code for stylistic consistency

Readme

Keywords

none

Package Sidebar

Install

npm i metacolon

Weekly Downloads

16

Version

1.1.1

License

Apache-2.0

Unpacked Size

6 kB

Total Files

12

Last publish

Collaborators

  • fnd