Showing 1-20 of 359,234 packages
Get the real path of the system temp directory
Temporary files and directories
Returns a unique temp file name inside the specified folder
Temporary files, directories or names!
Write data to a random temporary file
TypeScript definitions for temp
Provides a uniquely named temp directory.
Create and remove temporary directories with minimal effort
`fs-temp` is a quick and simple way to create temporary files and directories.
Get a random temporary file path
Generate a random path name.
Delete files and directories
```typescript export function getTempName(prefix?: string | null | undefined): string;
Analyze and debug space usage through source maps
Get the user home directory with fallback to the system temp directory
Create an empty, unique directory in the current OS's temp directory
A deep deletion module for node (like `rm -rf`)
Adds a unique suffix to a string with process and thread uniqueness guarantees. Adapted from https://github.com/npm/write-file-atomic
A stack that destroys itself after a given time (ttl)
recursively finds files and/or directories by filter options from a start directory onwards and deletes these according to plenty of options you can configure. useful if you want to clean up stuff within a directory in your node.js app.