mdconf-stringify
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

mdconf-stringify

stringify data to markdown/mdconf style

npm install mdconf-stringify

demo

Mdconf.stringify

var stringify = require("node-novel-info");
var moment = require("moment");
console.log(stringify({
    novel: {
        test: true,
    },
 
    options: {
 
        textlayout: {
            lf: true,
        },
 
        data: moment(),
 
    }
}));

output

#novel
 
- test: true
 
#options
 
- data: 2018-02-04T02:48:24+08:00
 
##textlayout
 
- lf: true

links

Package Sidebar

Install

npm i mdconf-stringify

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • bluelovers