0.0.9 • Published 6 years ago

@ong/fs v0.0.9

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

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago