This package has been deprecated

Author message:

move to @the-/util-file ( https://github.com/the-labo/the/tree/master/packages/util-file#readme )

the-file-util

1.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i the-file-util

Weekly Downloads

7

Version

1.2.3

License

MIT

Unpacked Size

95.7 kB

Total Files

65

Last publish

Collaborators

  • okunishinishi