filenamify
Filename cleaner
Converts a string to a valid filename by replacing reserved characters and truncating long names.
Convert a string to a valid safe filename
489 stars
9 watching
26 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Checks whether a given string is a valid filename | 59 |
| Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,327 |
| A utility that generates unique file names by appending numbers to existing filenames. | 141 |
| Moves files across devices and partitions without relying on system-specific rename functions. | 198 |
| Extracts user data from an npm user's profile page | 57 |
| Removes console statements from JavaScript code to strip debugging information | 251 |
| A utility for permanently deleting files and directories with optional safety features. | 315 |
| A utility to check if package or organization names are available on npm. | 168 |
| Checks package or organization name availability on npm | 286 |
| Converts a string or binary data into a stream for piping to other tools | 90 |
| Makes URLs easier to read by removing trailing slashes and some subdomain information. | 250 |
| Prepends a user's PATH with local binaries | 104 |
| Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 163 |
| Converts camel-cased strings into lowercased ones with a custom separator | 238 |
| Detects the type of file or input provided | 74 |