adamreisnz / replace-in-fileLinks
A simple utility to quickly replace contents in one or more files
☆606Updated 3 months ago
Alternatives and similar repositories for replace-in-file
Users that are interested in replace-in-file are comparing it to the libraries listed below
Sorting:
- copy files on the command line☆421Updated last year
- A cli tool to watch and copy file globs.☆530Updated 2 years ago
- A fast and minimal circular JSON parser.☆1,101Updated 4 months ago
- ❌ Kill the process running on given port☆541Updated last year
- Convert a directory tree to a JS object.☆537Updated 2 months ago
- Force npm to install a specific transitive dependency version☆572Updated 2 years ago
- Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar☆695Updated 2 years ago
- Asynchronous recursive file copying with Node.js.☆684Updated 5 years ago
- Determine the root path to your project☆607Updated 2 years ago
- Join all arguments together and normalize the resulting url.☆365Updated 2 weeks ago
- Escape RegExp special characters☆595Updated 5 months ago
- Replace loader for Webpack☆253Updated 2 years ago
- Delete files and directories☆331Updated 3 weeks ago
- Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep…☆317Updated last year
- Copy files and folders using Rollup☆276Updated last year
- Find a file or directory by walking up parent directories☆624Updated 3 weeks ago
- kill trees of processes☆349Updated 5 years ago
- Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.☆827Updated 11 months ago
- Escape string for use in HTML☆480Updated 3 years ago
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆322Updated 2 years ago
- Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.☆1,030Updated last month
- Serialize/deserialize an error into a plain object☆579Updated last week
- run-script-os will let you use OS specific operations in npm scripts without specifying which OS you are on. It's not magic though... you…