feross / cross-zip
Cross-platform .zip file creation
☆130Updated last year
Alternatives and similar repositories for cross-zip:
Users that are interested in cross-zip are comparing it to the libraries listed below
- Check if something is a Node.js stream☆111Updated 6 months ago
- Check if the process is running with elevated privileges☆41Updated 3 years ago
- Check if a path exists☆151Updated 3 years ago
- Get the path to the user home directory☆160Updated 4 years ago
- Import a globally installed module☆58Updated last year
- Reliably get the terminal window size☆140Updated last year
- Extract the actual stack of an error☆66Updated 2 years ago
- Copy a file☆120Updated last year
- Check if your package was installed globally☆70Updated last year
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- Import a module like with `require()` but from a given path☆86Updated 2 years ago
- Wait for any promise to be fulfilled☆54Updated 2 years ago
- Easy error subclassing and stack customization☆65Updated 4 years ago
- Reliable way to to get the height and width of the terminal/console in a node.js environment.☆83Updated 8 months ago
- Truncate a string to a specific width in the terminal☆87Updated last year
- Wrapper for the Windows `tasklist` command. Returns a list of apps and services with their Process ID (PID) for all tasks running on eith…☆67Updated 3 years ago
- Get the directory of globally installed packages and binaries☆75Updated last year
- Compose promise-returning & async functions into a reusable pipeline☆123Updated 4 years ago
- Find multiple RegExp matches in a string☆92Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 9 months ago
- Require global npm as a local node module.☆32Updated 3 years ago
- Get a random item from an array☆57Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Get the system locale☆227Updated 3 years ago
- Reverse minimist. Convert an object of options into an array of command-line arguments☆185Updated 2 years ago
- Ensure a function is only called once☆162Updated last year
- Get an unused filename by appending a number if it exists: `file.txt` → `file (1).txt`☆140Updated 3 years ago
- The fastest way to parse JSON safely