1.2.3 • Published 5 years ago

the-file-util v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago