npm.io
5.0.2 • Published 5 years ago

fmtjson

Licence
MIT
Version
5.0.2
Deps
4
Size
32 kB
Vulns
0
Weekly
0
Stars
2

fmtjson

Build Status npm Version JS Standard

Format json files.

Installation

$ npm install fmtjson --save

Usage

Format json files.

'use strict'

const fmtjson = require('fmtjson')

fmtjson([
  'src/**/*.json'
], {
  sort: true
}).then(() => {
  /* ... */
})

Options

Key Description Default
indent Number of indent 2
sort Sort properties or not. false
mode File permission '644'

License

This software is released under the MIT License.

Keywords