UNPKG

gray-matter-from-file

Version:

Extracts only the front matter from a file stream, and passes to the well known gray-matter library for parsing.

13 lines (12 loc) 170 B
language: "node_js" node_js: - "10.1" cache: directories: - "node_modules" before_install: - "npm i -g npm@6" install: - "npm install" script: - "npm test"