1.2.3 • Published 6 years ago

the-file-util v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

the-file-util

Build Status npm Version JS Standard

File utility for the-framework

Installation

$ npm install the-file-util --save

Usage

'use strict'

const {readAsJsonSync, writeAsJsonSync} = require('the-file-util')

async function tryExample () {
  const data = readAsJsonSync('conf/foo.json')
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago