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:
- Detect the dominant newline character of a string☆56Updated 2 years ago
- Regular expression for matching reserved filename characters☆52Updated 2 months ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 4 years ago
- Check if a string matches the name of a Node.js builtin module☆62Updated 9 months ago
- fs read and write streams based on minipass☆20Updated last month
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 3 months ago
- Make a function mimic another one☆97Updated last year
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Convert a URL to a valid filename☆80Updated 2 months ago
- Get the path of the caller module☆67Updated 4 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- Split a string on a given character or characters, with support for escaping.☆60Updated 3 years ago
- Get the first path that exists on disk of multiple paths☆62Updated 2 months ago
- Strip the final newline character from a string/buffer☆38Updated last year
- Convert a string/Buffer/Uint8Array to a readable stream☆94Updated 3 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Check if the process is running with elevated privileges☆43Updated 4 years ago
- Get the visual width of the widest line in a string - the number of columns required to display it☆39Updated 2 years ago
- Check if a string is a valid filename☆63Updated 4 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆37Updated 3 years ago
- Get a random item from an array☆58Updated 3 years ago
- Split lines into an array of lines☆46Updated 2 years ago
- Wait for any promise to be fulfilled☆56Updated 3 years ago
- Check if your code is running as an npm or yarn script☆65Updated 3 months ago
- Exit the process when the `esc` key is pressed☆58Updated 2 years ago
- Wordwrap a string with ANSI escape codes☆130Updated 3 months ago
- Trim newlines from the start and/or end of a string☆49Updated 2 years ago