grunt-fsmdjson

0.0.1 • Public • Published

grunt-fsmdjson

Transforms a directory tree of markdown prefaced files into nested json data containing parsed markdown

Example Config

fsmdjson: {
    sample_config: {
        options: {
          detectMD_begin: "/*", //default
          detectMD_end: "*/" //default
        },
        files: {
            'data.json': ['data/**/*']
        }
    }
},

Package Sidebar

Install

npm i grunt-fsmdjson

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • mintshrm