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 6 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:
- Get the path of the caller module☆66Updated 4 years ago
- Detect the dominant newline character of a string☆56Updated 2 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 4 years ago
- Get the list of npm modules that depend on the specified npm module.☆15Updated 7 years ago
- Filter object keys and values into a new object☆104Updated last year
- fs read and write streams based on minipass☆20Updated 3 weeks ago
- Check if a string matches the name of a Node.js builtin module☆61Updated 8 months ago
- Make a function mimic another one☆96Updated last year
- Get the first path that exists on disk of multiple paths☆61Updated 2 months ago
- Expand deeply nested values from an object, with support for advanced features☆18Updated 3 months ago
- Split lines into an array of lines☆45Updated 2 years ago
- Regular expression for matching reserved filename characters☆51Updated 2 months ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆62Updated last year
- Slice a string with ANSI escape codes☆50Updated 2 months ago
- Convert a URL to a valid filename☆79Updated 2 months ago
- Convert a string/Buffer/Uint8Array to a readable stream☆93Updated 3 years ago
- Strip the final newline character from a string/buffer☆36Updated last year
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 2 months ago
- Exit the process when the `esc` key is pressed☆57Updated last year
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 3 years ago
- If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. Th…☆96Updated 2 years ago
- A module which will endeavor to guess your terminal's level of color support.☆23Updated 7 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Get the user home directory with fallback to the system temp directory☆30Updated 4 years ago
- Check if a string is a valid filename☆62Updated 4 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago