DEV-BLOG-DIRECTORY: save-json-cli
![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)
A CLI for saves the JSON format blog list to documents/*.yml
.
Installation
npm install dev-blog-directory-save-json-cli
Usages
$ npx save-blog-json [--merge] JSONFILE
Sample of JSON file:
{
"name": "Daily Random Photo",
"url": "https://www.dailyrandomphoto.com/",
"author": "dailyrandomphoto"
}
[
{
"name": "Daily Random Photo",
"url": "https://www.dailyrandomphoto.com/",
"author": "dailyrandomphoto"
},
{
"name": "Daily Random Photo",
"url": "https://dailyrandomphoto.web.app/",
"author": "dailyrandomphoto"
}
]
Related
License
Copyright (c) 2019 dailyrandomphoto. Licensed under the MIT license.