gobble-rename
Rename files using JS .replace
method.
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
npm i -D gobble-rename
Usage
gobblefile.js
var gobble = ;moduleexports =
This will look for files with filename containing 'searchstring' and renames them with 'replacewith'.
a/b/c/searchstring.css > a/b/c/replacewith.css
License
MIT. Copyright 2015 Attila Maczak
Based on gobble's builtins/include.js.
MIT Licensed. Copyright 2014 Rich Harris.