jonschlinkert / add-filename-incrementLinks
When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This does that for Node.js applications, with automatic platform detection and support for Linux, MacOs, and Windows conventions.
☆22Updated 5 years ago
Alternatives and similar repositories for add-filename-increment
Users that are interested in add-filename-increment are comparing it to the libraries listed below
Sorting:
- Expand deeply nested values from an object, with support for advanced features☆17Updated 2 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.☆58Updated 11 months ago
- Check if a string matches the name of a Node.js builtin module☆59Updated 4 months ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆53Updated 2 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Check if a URL is absolute☆79Updated 3 years ago
- Detect the dominant newline character of a string☆55Updated last year
- Split a string on a given character or characters, with support for escaping.☆58Updated 3 years ago
- Convert a URL to a valid filename☆77Updated last year
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Make a function mimic another one☆94Updated 8 months ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those incre…☆10Updated 5 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Filter object keys and values into a new object☆102Updated last year
- Regular expression for matching reserved filename characters☆50Updated 3 years ago
- fs read and write streams based on minipass☆20Updated last year
- Get the first path that exists on disk of multiple paths☆59Updated 2 years ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated 8 months ago
- Delete nested properties from an object using dot notation.☆35Updated 3 years ago
- Filter promises concurrently☆76Updated last year
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆61Updated last year
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Find and load a YAML or JSON config file from a local project, installed npm module, or the user's home directory.☆13Updated 9 years ago
- Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.☆23Updated 4 years ago
- Check whether a request can be retried based on the `error.code`☆81Updated 3 years ago