Search results
13 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
- async
- file path
- file system
- file
- filepath
- files
- filesystem
- folder
- fs
- fs.writeFile
- fs.writeFileSync
- path
- promise
- streams
- View more
Everything you need in JSON land. Parse JSON with comments, stringify objects with circular references, etc...
- json
- object
- notation
- safe
- stringify
- parse
- read-file
- write-file
- comments
- circular
- cyclic
- console
- log
- uglify
- View more
Human friendly file system utilities for Node.js
- anolilab
- detect-newline
- dir
- directory
- eol
- empty-dir
- ensure
- ensure-file
- ensure-dir
- ensure-link
- ensure-symlink
- file
- files
- filesystem
- View more
A human-friendly file system
Writes data to file and automatically create its directories if not exists.
Write file to disk, using promises and creating recursively intermediate directories if they don't exist.
A plugin made for webpack-builder.
fs.writeFile wrapped in an ES6 Promise
Read and write to the filesystem as a tree, useful for quick scaffolding and comparisons of filesystem directories
- compare
- directories
- directory
- es2015
- es2022
- es5
- filesystem
- fs
- node
- read
- read-directory
- readdir
- scan
- scan-directory
- View more
Write file and automatically format it with your projects prettier config
Write many files atomically
I usually use `writeFile` to write my stubs that are generated from [casual](https://github.com/boo1ean/casual), a fake data generator. <br /> This is how it looks when I use `writeFile`
Write contents to JSON file using JSON.stringify and promises. Creating intermediate directories if they don't exist.