Search results
14 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
Write file and automatically format it with your projects prettier config
Writes data to file and automatically create its directories if not exists.
A plugin made for webpack-builder.
fs.writeFile wrapped in an ES6 Promise
A file management system for node.js application making managements of files easier, all in one code, you can delete, move, etc, files all in one code, making ability to manage a system eg a application requiring transfering of files in folders easier
- typescript
- nodejs
- file-management
- file-operations
- filesystem
- file-utilities
- file-wrapper
- custom-error-handling
- error-handling
- rename-file
- move-file
- copy-file
- delete-file
- append-content
- View more
Write file to disk, using promises and creating recursively intermediate directories if they don't exist.
Write many files atomically
Write contents to JSON file using JSON.stringify and promises. Creating intermediate directories if they don't exist.
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
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`