extrasrc flag (-e || --extrasrc)
This release adds the extrasrc
flag. This means you can now specify extra src attributes that you would like rewritten.
For instance, if you have the attributes mySrcOne
and mySrcTwo
that contain urls to rewrite, you can run the command:
npx reseed -b baseurl --extrasrc mySrcOne mySrcTwo
You can use the alias -e
instead of --extrasrc
. 😎
Commits: