support for stripping off frontmatter
This commit is contained in:
2
bin/strip-frontmatter
Normal file
2
bin/strip-frontmatter
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
node $(dirname $0)/strip-frontmatter.js $*
|
2
bin/strip-frontmatter.js
Normal file
2
bin/strip-frontmatter.js
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('../build/bin/strip-frontmatter.js');
|
Reference in New Issue
Block a user