0.0.9 • Published 5 years ago

@ong/fs v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@ong/fs

Nodejs: extra methods for fs

npm.io npm.io

Install

npm install @ong/fs

Usage

const { copySync, ensureDirSync } = require('@ong/fs')
// copy from `src` to `dest`
copySync(src, dest, [opts])
// if dir doesn't exist, then creates it
ensureDirSync(dirPath)
0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago